diff options
author | thierry <thierry@FreeBSD.org> | 2005-06-08 05:20:01 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-06-08 05:20:01 +0800 |
commit | b50aad54e2b3480241c06cebe17f470896a5dd5e (patch) | |
tree | 6b0d7fd63deeff40b9edbb19c4b44a000f0c93ee /devel/ocaml-pcre | |
parent | 91bb301d2c6ba4749017a6e61979683bfaa00bd1 (diff) | |
download | freebsd-ports-gnome-b50aad54e2b3480241c06cebe17f470896a5dd5e.tar.gz freebsd-ports-gnome-b50aad54e2b3480241c06cebe17f470896a5dd5e.tar.zst freebsd-ports-gnome-b50aad54e2b3480241c06cebe17f470896a5dd5e.zip |
- Upgrade to 5.09.2;
- installs files in ${PREFIX}/lib/ocaml/site-lib.
PR: ports/81990
Submitted by: maintainer
Diffstat (limited to 'devel/ocaml-pcre')
-rw-r--r-- | devel/ocaml-pcre/Makefile | 9 | ||||
-rw-r--r-- | devel/ocaml-pcre/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/ocaml-pcre/Makefile b/devel/ocaml-pcre/Makefile index 0fc9269a6930..cd32a9db7f23 100644 --- a/devel/ocaml-pcre/Makefile +++ b/devel/ocaml-pcre/Makefile @@ -6,10 +6,10 @@ # PORTNAME= pcre -PORTVERSION= 5.09.0 -PORTREVISION= 1 +PORTVERSION= 5.09.2 CATEGORIES= devel -MASTER_SITES= http://www.oefai.at/~markus/ocaml_sources/ +MASTER_SITES= http://www.oefai.at/~markus/ocaml_sources/ \ + http://www.ocaml.info/ocaml_sources/ PKGNAMEPREFIX= ocaml- DISTNAME= pcre-ocaml-${PORTVERSION} @@ -22,7 +22,8 @@ LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre-utf8 USE_GMAKE= yes MAKE_ENV= OCAML_LIB_INSTALL="${PREFIX}/lib/ocaml/site-lib/pcre" \ - INCDIRS="${LOCALBASE}/include" LIBDIRS="${LOCALBASE}/lib" + INCDIRS="${LOCALBASE}/include" LIBDIRS="${LOCALBASE}/lib" \ + OCAMLFIND_DESTDIR="${PREFIX}/lib/ocaml/site-lib" .if !defined(WITH_CUSTOM) MAKE_ENV+= NO_CUSTOM=y .endif diff --git a/devel/ocaml-pcre/distinfo b/devel/ocaml-pcre/distinfo index 575c4a1e80e9..d81671fe4a62 100644 --- a/devel/ocaml-pcre/distinfo +++ b/devel/ocaml-pcre/distinfo @@ -1,2 +1,2 @@ -MD5 (pcre-ocaml-5.09.0.tar.gz) = 54e6a09275533960e417d0876ff7bedd -SIZE (pcre-ocaml-5.09.0.tar.gz) = 52587 +MD5 (pcre-ocaml-5.09.2.tar.gz) = 7456f8d34b78f91c57d14cdf6e2068fb +SIZE (pcre-ocaml-5.09.2.tar.gz) = 51665 |