Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Aug 2013 15:23:13 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324318 - in head: games/freetennis graphics/ocaml-images
Message-ID:  <201308061523.r76FND6h047015@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: johans
Date: Tue Aug  6 15:23:12 2013
New Revision: 324318
URL: http://svnweb.freebsd.org/changeset/ports/324318

Log:
  Compilation of ocaml-images is no longer broken (tested on multiple systems).
  Possibly silently fixed through update of a dependency.
  Expiration notice removed.

Modified:
  head/games/freetennis/Makefile
  head/graphics/ocaml-images/Makefile

Modified: head/games/freetennis/Makefile
==============================================================================
--- head/games/freetennis/Makefile	Tue Aug  6 14:29:01 2013	(r324317)
+++ head/games/freetennis/Makefile	Tue Aug  6 15:23:12 2013	(r324318)
@@ -10,9 +10,6 @@ MASTER_SITES=	SF
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Tennis simulation
 
-DEPRECATED=	Depends on expired graphics/ocaml-images
-EXPIRATION_DATE=2013-08-04
-
 BUILD_DEPENDS=	ocamlopt:${PORTSDIR}/lang/ocaml \
 		${OCAML_DEPENDS}
 RUN_DEPENDS=	${OCAML_DEPENDS}

Modified: head/graphics/ocaml-images/Makefile
==============================================================================
--- head/graphics/ocaml-images/Makefile	Tue Aug  6 14:29:01 2013	(r324317)
+++ head/graphics/ocaml-images/Makefile	Tue Aug  6 15:23:12 2013	(r324318)
@@ -17,10 +17,6 @@ COMMENT=	Objective Caml image processing
 
 BUILD_DEPENDS=	${LOCALBASE}/share/aclocal/ocaml.m4:${PORTSDIR}/lang/ocaml-autoconf
 
-DEPRECATED=	Broken for more than 6 month
-EXPIRATION_DATE=	2013-03-05
-BROKEN=		does not compile
-
 USE_AUTOTOOLS=	aclocal autoheader automake autoconf
 ACLOCAL_ARGS=	-I . -I ${LOCALBASE}/share/aclocal
 AUTOMAKE_ARGS=	--add-missing



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