From owner-svn-ports-head@FreeBSD.ORG Tue Aug 6 15:23:14 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 089FEC61; Tue, 6 Aug 2013 15:23:14 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E9E0C23E7; Tue, 6 Aug 2013 15:23:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r76FNDX4047017; Tue, 6 Aug 2013 15:23:13 GMT (envelope-from johans@svn.freebsd.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r76FND6h047015; Tue, 6 Aug 2013 15:23:13 GMT (envelope-from johans@svn.freebsd.org) Message-Id: <201308061523.r76FND6h047015@svn.freebsd.org> From: Johan van Selst Date: Tue, 6 Aug 2013 15:23:13 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Aug 2013 15:23:14 -0000 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