Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Nov 2018 15:36:21 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485602 - head/x11-toolkits/ocaml-labltk
Message-ID:  <201811221536.wAMFaLNS048905@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Thu Nov 22 15:36:21 2018
New Revision: 485602
URL: https://svnweb.freebsd.org/changeset/ports/485602

Log:
  x11-toolkits/ocaml-labltk supports Tcl/tk 8.6 too
  
  - Reset maintainer due to the long timeout
  
  PR:		222527
  Submitted by:	1wkmmr@gmail.com
  Approved by:	michipili@gmail.com (maintainer timeout, ~1 year)

Modified:
  head/x11-toolkits/ocaml-labltk/Makefile

Modified: head/x11-toolkits/ocaml-labltk/Makefile
==============================================================================
--- head/x11-toolkits/ocaml-labltk/Makefile	Thu Nov 22 14:43:51 2018	(r485601)
+++ head/x11-toolkits/ocaml-labltk/Makefile	Thu Nov 22 15:36:21 2018	(r485602)
@@ -3,17 +3,17 @@
 
 PORTNAME=	labltk
 PORTVERSION=	8.06.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	http://forge.ocamlcore.org/frs/download.php/1455/
 PKGNAMEPREFIX=	ocaml-
 
-MAINTAINER=	michipili@gmail.com
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Objective Caml interface to Tk
 
 LICENSE=	LGPL20
 
-USES=		gmake tk:85
+USES=		gmake tk:85+
 HAS_CONFIGURE=	yes
 MAKE_JOBS_UNSAFE=yes
 MAKE_ENV+=	STAGEDIR="${STAGEDIR}"



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