FreeBSD Bugzilla – Attachment 128355 Details for
Bug 172228
devel/ocaml-extlib: Update to version 1.5.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
devel-ocaml-extlib.diff
devel-ocaml-extlib.diff (text/x-diff), 4.02 KB, created by
tkato432
on 2012-10-07 18:56:24 UTC
(
hide
)
Description:
devel-ocaml-extlib.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2012-10-07 18:56:24 UTC
Size:
4.02 KB
patch
obsolete
>diff -urN /usr/ports/devel/ocaml-extlib/Makefile devel/ocaml-extlib/Makefile >--- /usr/ports/devel/ocaml-extlib/Makefile 2011-12-30 00:00:07.000000000 +0900 >+++ devel/ocaml-extlib/Makefile 2012-10-08 02:36:37.000000000 +0900 >@@ -1,41 +1,41 @@ >-# Ports collection makefile for: extlib >-# Date created: Nov 2, 2004 >-# Whom: mukai >-# >+# Created by: mukai > # $FreeBSD: ports/devel/ocaml-extlib/Makefile,v 1.17 2011/12/29 15:00:07 miwi Exp $ >-# > > PORTNAME= extlib >-PORTVERSION= 1.5.2 >+PORTVERSION= 1.5.3 > CATEGORIES= devel >-MASTER_SITES= http://ocaml-extlib.googlecode.com/files/ >-MASTER_SITE_SUBDIR= ocaml-lib >+MASTER_SITES= GOOGLE_CODE >+PROJECTHOST= ${PKGNAMEPREFIX}-${PORTNAME} > PKGNAMEPREFIX= ocaml- > > MAINTAINER= ports@FreeBSD.org > COMMENT= A complete - yet small - standard library for OCaml > >-BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ >- ocamlfind:${PORTSDIR}/devel/ocaml-findlib >+LICENSE= LGPL21 >+ >+OPTIONS_DEFINE= DOCS >+ >+USE_OCAML= yes >+USE_OCAML_FINDLIB=yes >+USE_OCAMLFIND_PLIST=yes > >-USE_GMAKE= yes >-USE_DOS2UNIX= yes > ALL_TARGET= all opt > >-.if !defined(NOPORTDOCS) >-ALL_TARGET+= doc >-.endif >+DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME} > > PORTDOCS= * >-DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} > >-post-patch: >- @${REINPLACE_CMD} -e '/css/d' ${WRKSRC}/Makefile >+.include <bsd.port.options.mk> >+ >+.if ${PORT_OPTIONS:MDOCS} >+ALL_TARGET+= doc >+PLIST_DIRSTRY= ${OCAML_DOCSDIR:S,^${PREFIX}/,,} >+.endif > > post-install: >-.if !defined(NOPORTDOCS) >- ${MKDIR} ${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} >+.if ${PORT_OPTIONS:MDOCS} >+ @${MKDIR} ${DOCSDIR} >+ (cd ${WRKSRC}/doc && ${INSTALL_DATA} * ${DOCSDIR}) > .endif > > .include <bsd.port.mk> >diff -urN /usr/ports/devel/ocaml-extlib/distinfo devel/ocaml-extlib/distinfo >--- /usr/ports/devel/ocaml-extlib/distinfo 2011-12-30 00:00:07.000000000 +0900 >+++ devel/ocaml-extlib/distinfo 2012-09-28 19:04:32.000000000 +0900 >@@ -1,2 +1,2 @@ >-SHA256 (extlib-1.5.2.tar.gz) = ca6d69adeba4242ce41c02a23746ba1e464c0bbec66e2d16b02c3c6e85dc10aa >-SIZE (extlib-1.5.2.tar.gz) = 70197 >+SHA256 (extlib-1.5.3.tar.gz) = c095eef4202a8614ff1474d4c08c50c32d6ca82d1015387785cf03d5913ec021 >+SIZE (extlib-1.5.3.tar.gz) = 70897 >diff -urN /usr/ports/devel/ocaml-extlib/pkg-plist devel/ocaml-extlib/pkg-plist >--- /usr/ports/devel/ocaml-extlib/pkg-plist 2007-12-19 23:52:17.000000000 +0900 >+++ devel/ocaml-extlib/pkg-plist 1970-01-01 09:00:00.000000000 +0900 >@@ -1,45 +0,0 @@ >-lib/ocaml/site-lib/extlib/IO.cmi >-lib/ocaml/site-lib/extlib/IO.mli >-lib/ocaml/site-lib/extlib/base64.cmi >-lib/ocaml/site-lib/extlib/base64.mli >-lib/ocaml/site-lib/extlib/bitSet.cmi >-lib/ocaml/site-lib/extlib/bitSet.mli >-lib/ocaml/site-lib/extlib/dllist.cmi >-lib/ocaml/site-lib/extlib/dllist.mli >-lib/ocaml/site-lib/extlib/dynArray.cmi >-lib/ocaml/site-lib/extlib/dynArray.mli >-lib/ocaml/site-lib/extlib/enum.cmi >-lib/ocaml/site-lib/extlib/enum.mli >-lib/ocaml/site-lib/extlib/extArray.cmi >-lib/ocaml/site-lib/extlib/extArray.mli >-lib/ocaml/site-lib/extlib/extHashtbl.cmi >-lib/ocaml/site-lib/extlib/extHashtbl.mli >-lib/ocaml/site-lib/extlib/extLib.cmi >-lib/ocaml/site-lib/extlib/extList.cmi >-lib/ocaml/site-lib/extlib/extList.mli >-lib/ocaml/site-lib/extlib/extString.cmi >-lib/ocaml/site-lib/extlib/extString.mli >-lib/ocaml/site-lib/extlib/global.cmi >-lib/ocaml/site-lib/extlib/global.mli >-lib/ocaml/site-lib/extlib/optParse.cmi >-lib/ocaml/site-lib/extlib/optParse.mli >-lib/ocaml/site-lib/extlib/option.cmi >-lib/ocaml/site-lib/extlib/option.mli >-lib/ocaml/site-lib/extlib/pMap.cmi >-lib/ocaml/site-lib/extlib/pMap.mli >-lib/ocaml/site-lib/extlib/refList.cmi >-lib/ocaml/site-lib/extlib/refList.mli >-lib/ocaml/site-lib/extlib/std.cmi >-lib/ocaml/site-lib/extlib/std.mli >-lib/ocaml/site-lib/extlib/uChar.cmi >-lib/ocaml/site-lib/extlib/uChar.mli >-lib/ocaml/site-lib/extlib/uTF8.cmi >-lib/ocaml/site-lib/extlib/uTF8.mli >-lib/ocaml/site-lib/extlib/unzip.cmi >-lib/ocaml/site-lib/extlib/unzip.mli >-lib/ocaml/site-lib/extlib/extLib.cma >-lib/ocaml/site-lib/extlib/extLib.cmxa >-lib/ocaml/site-lib/extlib/extLib.a >-lib/ocaml/site-lib/extlib/META >-@dirrm lib/ocaml/site-lib/extlib >-@dirrmtry lib/ocaml/site-lib
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 172228
:
128354
| 128355