svn commit: r439616 - head/math/ocaml-zarith

Alexey Dokuchaev danfe at FreeBSD.org
Fri Apr 28 15:47:19 UTC 2017


Author: danfe
Date: Fri Apr 28 15:47:17 2017
New Revision: 439616
URL: https://svnweb.freebsd.org/changeset/ports/439616

Log:
  - Update to version 1.4.1
  - Employ USES+=localbase:ldflags
  - Remove excessive whitespace

Modified:
  head/math/ocaml-zarith/Makefile
  head/math/ocaml-zarith/distinfo

Modified: head/math/ocaml-zarith/Makefile
==============================================================================
--- head/math/ocaml-zarith/Makefile	Fri Apr 28 15:09:08 2017	(r439615)
+++ head/math/ocaml-zarith/Makefile	Fri Apr 28 15:47:17 2017	(r439616)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	zarith
-PORTVERSION=	1.2.1
+PORTVERSION=	1.4.1
 CATEGORIES=	math
-MASTER_SITES=	http://forge.ocamlcore.org/frs/download.php/1199/
+MASTER_SITES=	http://forge.ocamlcore.org/frs/download.php/1574/
 PKGNAMEPREFIX=	ocaml-
 
 MAINTAINER=	ports at FreeBSD.org
@@ -15,17 +15,15 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libgmp.so:math/gmp
 
-USES=			gmake perl5 shebangfix tar:tgz
-USE_PERL5=		build
-USE_OCAML=		yes
+USES=		gmake localbase:ldflags perl5 shebangfix tar:tgz
+USE_PERL5=	build
+USE_OCAML=	yes
 USE_OCAML_FINDLIB=	yes
 OCAMLFIND_LDCONF=	/dev/null
-HAS_CONFIGURE=		yes
-ALL_TARGET=		all
-SHEBANG_FILES=		z_pp.pl
-CONFIGURE_ENV=		DESTDIR=${STAGEDIR}
-CPPFLAGS+=		-I${LOCALBASE}/include
-LDFLAGS+=		-L${LOCALBASE}/lib
+HAS_CONFIGURE=	yes
+ALL_TARGET=	all
+SHEBANG_FILES=	z_pp.pl
+CONFIGURE_ENV=	DESTDIR=${STAGEDIR}
 
 MAKE_JOBS_UNSAFE=	yes
 

Modified: head/math/ocaml-zarith/distinfo
==============================================================================
--- head/math/ocaml-zarith/distinfo	Fri Apr 28 15:09:08 2017	(r439615)
+++ head/math/ocaml-zarith/distinfo	Fri Apr 28 15:47:17 2017	(r439616)
@@ -1,2 +1,3 @@
-SHA256 (zarith-1.2.1.tgz) = 916801cc39599d3fca07384fbfeec4bfaa5ffcb497d68ef89320af40ba5e4144
-SIZE (zarith-1.2.1.tgz) = 68654
+TIMESTAMP = 1493371663
+SHA256 (zarith-1.4.1.tgz) = 23b6c140aad25385bb0b862b9b9fe8a5c6e6f608d0fac7a688aaede5ea876650
+SIZE (zarith-1.4.1.tgz) = 88831


More information about the svn-ports-head mailing list