mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 1.5
PR: ports/167053 Submitted by: jyyou@cs.nctu.edu.tw Approved by: maintainer, tcrimi@gmail.com
This commit is contained in:
parent
c17a3f10ac
commit
bb3116d3b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295228
2 changed files with 13 additions and 15 deletions
|
@ -6,9 +6,9 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= pgocaml
|
PORTNAME= pgocaml
|
||||||
PORTVERSION= 1.4
|
PORTVERSION= 1.5
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= BERLIOS
|
MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/850/
|
||||||
PKGNAMEPREFIX= ocaml-
|
PKGNAMEPREFIX= ocaml-
|
||||||
EXTRACT_SUFX= .tgz
|
EXTRACT_SUFX= .tgz
|
||||||
|
|
||||||
|
@ -20,23 +20,21 @@ BUILD_DEPENDS= ${LOCALBASE}/${OCAML_SITELIBDIR}/extlib:${PORTSDIR}/devel/ocaml-e
|
||||||
${LOCALBASE}/${OCAML_SITELIBDIR}/calendar:${PORTSDIR}/devel/ocaml-calendar \
|
${LOCALBASE}/${OCAML_SITELIBDIR}/calendar:${PORTSDIR}/devel/ocaml-calendar \
|
||||||
${LOCALBASE}/${OCAML_SITELIBDIR}/csv:${PORTSDIR}/textproc/ocaml-csv
|
${LOCALBASE}/${OCAML_SITELIBDIR}/csv:${PORTSDIR}/textproc/ocaml-csv
|
||||||
|
|
||||||
DEPRECATED= BROKEN for more than 6 month
|
|
||||||
EXPIRATION_DATE= 2012-05-10
|
|
||||||
|
|
||||||
BROKEN= does not build
|
|
||||||
|
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_OCAML= yes
|
USE_OCAML= yes
|
||||||
USE_OCAML_FINDLIB= yes
|
USE_OCAML_FINDLIB= yes
|
||||||
OCAML_PKGDIRS= pgocaml
|
USE_OCAMLFIND_PLIST= yes
|
||||||
|
|
||||||
INSTALL_TARGET= findlib_install
|
INSTALL_TARGET= findlib_install
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if exists(${LOCALBASE}/bin/camlp4o.byte)
|
||||||
|
post-patch:
|
||||||
|
${REINPLACE_CMD} 's/-pp "camlp4o/-pp "camlp4o.byte/g' ${WRKSRC}/Makefile
|
||||||
|
.endif
|
||||||
|
|
||||||
pre-build:
|
pre-build:
|
||||||
cd ${WRKSRC}; ${GMAKE} depend
|
cd ${WRKSRC}; ${GMAKE} depend
|
||||||
|
|
||||||
post-install:
|
.include <bsd.port.post.mk>
|
||||||
@${FIND} ${OCAMLFIND_DESTDIR}/${PORTNAME} -type f | \
|
|
||||||
${SED} "s,^${PREFIX}/,," >> ${TMPPLIST}
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (pgocaml-1.4.tgz) = ee041b2efcf071b0b0e7f48428b2cfd8a1b4550bfe402dbe2a259af2b7b5c190
|
SHA256 (pgocaml-1.5.tgz) = 99e70a6963432618f4e5c3922e9622e59132ed7787dd2d668dab2b0048292a0b
|
||||||
SIZE (pgocaml-1.4.tgz) = 41256
|
SIZE (pgocaml-1.5.tgz) = 43764
|
||||||
|
|
Loading…
Add table
Reference in a new issue