From owner-svn-ports-all@freebsd.org Sat Jul 20 21:46:30 2019 Return-Path: Delivered-To: svn-ports-all@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 6EA28A103C; Sat, 20 Jul 2019 21:46:30 +0000 (UTC) (envelope-from adamw@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 506A290D6E; Sat, 20 Jul 2019 21:46:30 +0000 (UTC) (envelope-from adamw@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 2BEB718CAB; Sat, 20 Jul 2019 21:46:30 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x6KLkUro040857; Sat, 20 Jul 2019 21:46:30 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x6KLkT9k040855; Sat, 20 Jul 2019 21:46:29 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201907202146.x6KLkT9k040855@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 20 Jul 2019 21:46:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r507023 - in head: . www/august www/bluefish www/weblint X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: in head: . www/august www/bluefish www/weblint X-SVN-Commit-Revision: 507023 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 506A290D6E X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.956,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: Sat, 20 Jul 2019 21:46:30 -0000 Author: adamw Date: Sat Jul 20 21:46:29 2019 New Revision: 507023 URL: https://svnweb.freebsd.org/changeset/ports/507023 Log: Remove weblint (and august) Weblint is broken (won't even start up). It uses unsupported perl syntax, requires newgetopt.pl which was removed in perl 5.16 (2012), and find.pl which was removed just around the same time. Past that, the port is a mess (it's a perl script, and doesn't even depend on perl), and upstream has disappeared. There's no reason to keep it around at this point. www/august (last release 2001) depends upon it, so remove that too. I removed the Bluefish WEBLINT option, so bumped PORTREVISION there. Reported by: sid bsdmail com Deleted: head/www/august/ head/www/weblint/ Modified: head/MOVED head/www/bluefish/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sat Jul 20 20:56:16 2019 (r507022) +++ head/MOVED Sat Jul 20 21:46:29 2019 (r507023) @@ -12850,3 +12850,5 @@ editors/xed||2019-07-13|Has expired: Abandonware using databases/gtksql||2019-07-13|Has expired: Abandonware using sys/dir.h security/snortreport||2019-07-16|Has expired: Abandonware databases/pecl-redis3|databases/pecl-redis|2019-07-19|No longer needed after PHP 5 removal +www/weblint||2019-07-20|Broken, uses nonexistant perl libraries, and upstream disappeared. Use www/p5-HTML-Lint instead +www/august||2019-07-20|Uses removed weblint Modified: head/www/bluefish/Makefile ============================================================================== --- head/www/bluefish/Makefile Sat Jul 20 20:56:16 2019 (r507022) +++ head/www/bluefish/Makefile Sat Jul 20 21:46:29 2019 (r507023) @@ -3,7 +3,7 @@ PORTNAME= bluefish PORTVERSION= 2.2.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www editors MASTER_SITES= http://www.bennewitz.com/bluefish/stable/source/ \ http://bluefish.mrball.net/stable/source/ @@ -32,7 +32,7 @@ INSTALL_TARGET= install-strip INSTALLS_ICONS= yes USE_LDCONFIG= yes -OPTIONS_DEFINE= DEBUG DOCS TIDY WEBLINT +OPTIONS_DEFINE= DEBUG DOCS TIDY OPTIONS_SINGLE= TOOLKIT OPTIONS_SINGLE_TOOLKIT= GTK2 GTK3 OPTIONS_DEFAULT=GTK3 WEBLINT @@ -49,6 +49,5 @@ GTK2_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfi GTK3_LIB_DEPENDS= libgucharmap_2_90.so:deskutils/gucharmap GTK3_USE= gnome=gtk30 TIDY_RUN_DEPENDS= tidy4:www/tidy -WEBLINT_RUN_DEPENDS= weblint:www/weblint .include