From owner-svn-ports-all@freebsd.org Thu Oct 1 02:52:48 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25964A0CC08; Thu, 1 Oct 2015 02:52:48 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F013310D3; Thu, 1 Oct 2015 02:52:47 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t912qlbD037641; Thu, 1 Oct 2015 02:52:47 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t912qlwZ037638; Thu, 1 Oct 2015 02:52:47 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201510010252.t912qlwZ037638@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 1 Oct 2015 02:52:47 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Oct 2015 02:52:48 -0000 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 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)