svn commit: r388198 - head/devel/critcl

Mikhail Teterin mi at FreeBSD.org
Mon Jun 1 01:47:58 UTC 2015


Author: mi
Date: Mon Jun  1 01:47:57 2015
New Revision: 388198
URL: https://svnweb.freebsd.org/changeset/ports/388198

Log:
  Critcl needs an MD5-implementation at runtime and starts its search with the Trf,
  so make Trf the run-time dependency.
  
  PR:		200498
  Approved by:	gahr (blanket)

Modified:
  head/devel/critcl/Makefile

Modified: head/devel/critcl/Makefile
==============================================================================
--- head/devel/critcl/Makefile	Mon Jun  1 01:40:05 2015	(r388197)
+++ head/devel/critcl/Makefile	Mon Jun  1 01:47:57 2015	(r388198)
@@ -3,12 +3,19 @@
 
 PORTNAME=	critcl
 PORTVERSION=	3.1.12
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 
 MAINTAINER=	tcltk at FreeBSD.org
 COMMENT=	Compiled Runtime in Tcl
 
+LICENSE=	TclTk
+LICENSE_NAME=	Tcl/Tk License
+LICENSE_FILE=	${WRKSRC}/license.terms
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
+RUN_DEPENDS=	${LOCALBASE}/lib/Trf/pkgIndex.tcl:${PORTSDIR}/devel/tcl-trf
+
 USES+=		tcl
 USE_GITHUB=	yes
 GH_ACCOUNT=	andreas-kupries


More information about the svn-ports-all mailing list