Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jul 2019 21:46:29 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
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
Message-ID:  <201907202146.x6KLkT9k040855@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907202146.x6KLkT9k040855>