svn commit: r485602 - head/x11-toolkits/ocaml-labltk

Tobias Kortkamp tobik at FreeBSD.org
Thu Nov 22 15:36:22 UTC 2018


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 at gmail.com
  Approved by:	michipili at 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 at gmail.com
+MAINTAINER=	ports at 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}"


More information about the svn-ports-all mailing list