Date: Thu, 1 Oct 2015 02:52:47 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398245 - in head/archivers/ocaml-zip: . files Message-ID: <201510010252.t912qlwZ037638@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Thu Oct 1 02:52:46 2015 New Revision: 398245 URL: https://svnweb.freebsd.org/changeset/ports/398245 Log: 1: Upgrade to 1.05. 2: change MASTER_SITES. 3: strip binary. 4: add LICENSE & LICENSE_FILE. Modified: head/archivers/ocaml-zip/Makefile head/archivers/ocaml-zip/distinfo head/archivers/ocaml-zip/files/patch-Makefile Modified: head/archivers/ocaml-zip/Makefile ============================================================================== --- head/archivers/ocaml-zip/Makefile Thu Oct 1 01:43:55 2015 (r398244) +++ head/archivers/ocaml-zip/Makefile Thu Oct 1 02:52:46 2015 (r398245) @@ -2,16 +2,18 @@ # $FreeBSD$ PORTNAME= zip -PORTVERSION= 1.04 -PORTREVISION= 1 +PORTVERSION= 1.05 CATEGORIES= archivers -MASTER_SITES= http://caml.inria.fr/distrib/bazar-ocaml/ +MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1037/ PKGNAMEPREFIX= ocaml- DISTNAME= caml${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= OCaml library to manipulate ZIP/GZIP/JAR archives +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE + USE_OCAML= yes USE_OCAML_LDCONFIG=yes USE_OCAML_WASH= yes @@ -32,5 +34,6 @@ post-install: ${INSTALL_DATA} ${FILESDIR}/META ${STAGEDIR}${OCAMLFIND_DESTDIR}/${PORTNAME} @${FIND} ${STAGEDIR}${OCAMLFIND_DESTDIR}/${PORTNAME} -type f | \ ${SED} "s,^${STAGEDIR}${PREFIX}/,," >> ${TMPPLIST} + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ocaml/site-lib/zip/dllcamlzip.so .include <bsd.port.mk> Modified: head/archivers/ocaml-zip/distinfo ============================================================================== --- head/archivers/ocaml-zip/distinfo Thu Oct 1 01:43:55 2015 (r398244) +++ head/archivers/ocaml-zip/distinfo Thu Oct 1 02:52:46 2015 (r398245) @@ -1,2 +1,2 @@ -SHA256 (camlzip-1.04.tar.gz) = 76f5f88a468722e851b3a959ef93e7c61dffb877fbaafa2b71a7a7146e85ecfe -SIZE (camlzip-1.04.tar.gz) = 25691 +SHA256 (camlzip-1.05.tar.gz) = 930b70c736ab5a7ed1b05220102310a0a2241564786657abe418e834a538d06b +SIZE (camlzip-1.05.tar.gz) = 25817 Modified: head/archivers/ocaml-zip/files/patch-Makefile ============================================================================== --- head/archivers/ocaml-zip/files/patch-Makefile Thu Oct 1 01:43:55 2015 (r398244) +++ head/archivers/ocaml-zip/files/patch-Makefile Thu Oct 1 02:52:46 2015 (r398245) @@ -1,6 +1,6 @@ ---- Makefile.orig 2009-01-13 14:56:33.000000000 +0100 -+++ Makefile 2009-01-13 14:56:52.000000000 +0100 -@@ -56,7 +56,7 @@ +--- Makefile.orig 2015-10-01 02:48:15 UTC ++++ Makefile +@@ -56,7 +56,7 @@ clean: install: mkdir -p $(INSTALLDIR)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510010252.t912qlwZ037638>