svn commit: r353924 - in head: lang/ocaml math/facile

Max Brazhnikov makc at FreeBSD.org
Tue May 13 07:25:54 UTC 2014


Author: makc
Date: Tue May 13 07:25:54 2014
New Revision: 353924
URL: http://svnweb.freebsd.org/changeset/ports/353924
QAT: https://qat.redports.org/buildarchive/r353924/

Log:
  math/facile:
  - bump PORTREVISION to trigger repackaging after recent ocaml update:
    the package is usable only with ocaml which was used to compile facile.
  
  lang/ocaml:
  - add upgrading notes for committers

Modified:
  head/lang/ocaml/Makefile
  head/math/facile/Makefile

Modified: head/lang/ocaml/Makefile
==============================================================================
--- head/lang/ocaml/Makefile	Tue May 13 07:25:03 2014	(r353923)
+++ head/lang/ocaml/Makefile	Tue May 13 07:25:54 2014	(r353924)
@@ -1,6 +1,7 @@
 # Created by: Kiriyama Kazuhiko <kiri at kiri.toba-cmt.ac.jp>
 # $FreeBSD$
 
+# for committer: bump PORTREVISION for math/facile whenever ocaml gets updated
 PORTNAME=	ocaml
 PORTVERSION=	4.01.0
 PORTREVISION=	1

Modified: head/math/facile/Makefile
==============================================================================
--- head/math/facile/Makefile	Tue May 13 07:25:03 2014	(r353923)
+++ head/math/facile/Makefile	Tue May 13 07:25:54 2014	(r353924)
@@ -3,7 +3,7 @@
 
 PORTNAME=	facile
 PORTVERSION=	1.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	math
 MASTER_SITES=	http://www.recherche.enac.fr/log/facile/distrib/
 


More information about the svn-ports-all mailing list