svn commit: r569312 - head/www/getleft

Rene Ladan rene at FreeBSD.org
Sat Mar 27 10:39:00 UTC 2021


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 at 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


More information about the svn-ports-head mailing list