git: 352f3b95252e - main - devel/ocaml-type_conv: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Mar 2025 14:47:26 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=352f3b95252e7cd1411f7cf475c73570a9429aba commit 352f3b95252e7cd1411f7cf475c73570a9429aba Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2025-03-31 14:47:22 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2025-03-31 14:47:22 +0000 devel/ocaml-type_conv: Remove expired port 2025-03-31 devel/ocaml-type_conv: Deprecated, upstream recommends migrating to devel/ocaml-ppxlib --- MOVED | 1 + devel/Makefile | 1 - devel/ocaml-type_conv/Makefile | 44 ----------------------------------------- devel/ocaml-type_conv/distinfo | 2 -- devel/ocaml-type_conv/pkg-descr | 4 ---- 5 files changed, 1 insertion(+), 51 deletions(-) diff --git a/MOVED b/MOVED index 8f153c7502ea..2352bacb9e95 100644 --- a/MOVED +++ b/MOVED @@ -4255,3 +4255,4 @@ finance/odoo16||2025-03-31|Has expired: Depends on expired print/py-pypdf2 net/py-tacacs_plus||2025-03-31|Has expired: Depends on expired devel/py-pytest-runner devel/py-imgkit||2025-03-31|Has expired: Depends on expired converters/wkhtmltopdf sysutils/py-google-compute-engine||2025-03-31|Has expired: Depends on expired devel/py-boto +devel/ocaml-type_conv|devel/ocaml-ppxlib|2025-03-31|Has expired: Deprecated, upstream recommends migrating to devel/ocaml-ppxlib diff --git a/devel/Makefile b/devel/Makefile index cc614ea89abb..5464e2502fa4 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1820,7 +1820,6 @@ SUBDIR += ocaml-stdio SUBDIR += ocaml-topkg SUBDIR += ocaml-trace - SUBDIR += ocaml-type_conv SUBDIR += ocaml-uchar SUBDIR += ocaml-ulex SUBDIR += ocaml-uutf diff --git a/devel/ocaml-type_conv/Makefile b/devel/ocaml-type_conv/Makefile deleted file mode 100644 index 295b58439b56..000000000000 --- a/devel/ocaml-type_conv/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -PORTNAME= type_conv -PORTVERSION= 113.00.02 -PORTREVISION= 3 -CATEGORIES= devel -MASTER_SITES= https://ocaml.janestreet.com/ocaml-core/${PORTVERSION:R}/files/ -PKGNAMEPREFIX= ocaml- - -MAINTAINER= ports@FreeBSD.org -COMMENT= Type conversion routines for OCaml -WWW= https://janestreet.github.io/ - -LICENSE= APACHE20 BSD3CLAUSE -LICENSE_COMB= multi - -DEPRECATED= Deprecated, upstream recommends migrating to devel/ocaml-ppxlib -EXPIRATION_DATE=2025-03-31 - -BUILD_DEPENDS= ocamlbuild:devel/ocaml-ocamlbuild - -USES= gmake ocaml:camlp4,findplist - -OPTIONS_DEFINE= DOCS - -CONFIGURE_ARGS= --disable-docs --prefix ${PREFIX} -HAS_CONFIGURE= yes -MAKE_JOBS_UNSAFE= yes - -DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME} -PORTDOCS= * - -.include <bsd.port.options.mk> - -.if ${ARCH} == powerpc -USE_BINUTILS= yes -.endif - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/type_conv/pa_type_conv.cmxs - -post-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR}/ - cd ${WRKSRC}/ && ${INSTALL_DATA} CHANGES.md README.md ${STAGEDIR}${DOCSDIR}/ - -.include <bsd.port.mk> diff --git a/devel/ocaml-type_conv/distinfo b/devel/ocaml-type_conv/distinfo deleted file mode 100644 index ef6adbcc9179..000000000000 --- a/devel/ocaml-type_conv/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (type_conv-113.00.02.tar.gz) = d305d0032be314916ac3ec37617e0c8d3aadab9bcee14e746e567d8405f5289c -SIZE (type_conv-113.00.02.tar.gz) = 64174 diff --git a/devel/ocaml-type_conv/pkg-descr b/devel/ocaml-type_conv/pkg-descr deleted file mode 100644 index f927343c6582..000000000000 --- a/devel/ocaml-type_conv/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -The type-conv mini library factors out functionality needed by different -preprocessors that generate code from type specifications, because this -functionality cannot be duplicated without losing the ability to use -these preprocessors simultaneously.