Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Mar 2021 10:38:59 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r569312 - head/www/getleft
Message-ID:  <202103271038.12RAcx23046390@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sat Mar 27 10:38:59 2021
New Revision: 569312
URL: https://svnweb.freebsd.org/changeset/ports/569312

Log:
  www/getleft: remove dependency on expired x11-toolkits/tile, runs fine without.
  
  tile has been merged into tk 8.5 and higer:
  https://core.tcl-lang.org/tips/doc/trunk/tip/248.md
  
  Note that this port is abandonded upstream:
  https://sourceforge.net/p/getleftdown/feature-requests/17/

Modified:
  head/www/getleft/Makefile

Modified: head/www/getleft/Makefile
==============================================================================
--- head/www/getleft/Makefile	Sat Mar 27 10:22:41 2021	(r569311)
+++ head/www/getleft/Makefile	Sat Mar 27 10:38:59 2021	(r569312)
@@ -3,6 +3,7 @@
 
 PORTNAME=	getleft
 PORTVERSION=	1.2
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	www ftp
 MASTER_SITES=	SF/${PORTNAME}down/${PORTNAME}-Stable/${PORTVERSION}
@@ -11,8 +12,7 @@ DISTNAME=	Getleft-v${PORTVERSION}
 MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Web site downloader
 
-RUN_DEPENDS=	${LOCALBASE}/lib/Tktable2.10/libTktable2.10.so:x11-toolkits/tktable \
-		${LOCALBASE}/lib/libttkstub.a:x11-toolkits/tile
+RUN_DEPENDS=	${LOCALBASE}/lib/Tktable2.10/libTktable2.10.so:x11-toolkits/tktable
 
 USES=		tk
 PORTSCOUT=	ignore:1



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