svn commit: r324318 - in head: games/freetennis graphics/ocaml-images
Johan van Selst
johans at FreeBSD.org
Tue Aug 6 15:23:14 UTC 2013
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 at 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
More information about the svn-ports-head
mailing list