svn commit: r313424 - in head/devel/ocaml-pcre: . files
Johan van Selst
johans at FreeBSD.org
Mon Mar 4 22:17:03 UTC 2013
Author: johans
Date: Mon Mar 4 22:17:01 2013
New Revision: 313424
URL: http://svnweb.freebsd.org/changeset/ports/313424
Log:
- Update ocaml-pcre to 7.0.2
- Remove patch that is no longer necessary
- Cleanup Makefile
Deleted:
head/devel/ocaml-pcre/files/patch-lib_Makefile
Modified:
head/devel/ocaml-pcre/Makefile
head/devel/ocaml-pcre/distinfo
head/devel/ocaml-pcre/pkg-plist
Modified: head/devel/ocaml-pcre/Makefile
==============================================================================
--- head/devel/ocaml-pcre/Makefile Mon Mar 4 21:19:46 2013 (r313423)
+++ head/devel/ocaml-pcre/Makefile Mon Mar 4 22:17:01 2013 (r313424)
@@ -1,32 +1,23 @@
-# New ports collection makefile for: ocaml-pcre
-# Date created: 21 April 2002
-# Whom: Henrik Motakef <henrik.motakef at web.de>
-#
+# Created by: Henrik Motakef <henrik.motakef at web.de>
# $FreeBSD$
-#
PORTNAME= pcre
-PORTVERSION= 6.2.5
-PORTREVISION= 2
+PORTVERSION= 7.0.2
CATEGORIES= devel
-MASTER_SITES= http://hg.ocaml.info/release/pcre-ocaml/archive/
+MASTER_SITES= http://cdn.bitbucket.org/mmottl/pcre-ocaml/downloads/
PKGNAMEPREFIX= ocaml-
-DISTNAME= release-${PORTVERSION}
+DISTNAME= ${PORTNAME}-${PKGNAMEPREFIX}${PORTVERSION}
MAINTAINER= johans at FreeBSD.org
COMMENT= Perl compatible regular expressions for Objective Caml
-LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre
-WRKSRC= ${WRKDIR}/pcre-ocaml-${DISTNAME}
+LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
-USE_BZIP2= yes
USE_OCAML= yes
USE_OCAML_FINDLIB= yes
USE_OCAML_LDCONFIG= yes
-CFLAGS+= -I${LOCALBASE}/include
-MAKE_ENV+= LIBDIRS="${LOCALBASE}/lib"
-USE_GMAKE= yes
+PORTEXAMPLES= *
EXAMPLESDIR= ${OCAML_EXAMPLESDIR}/${PORTNAME}
post-install:
Modified: head/devel/ocaml-pcre/distinfo
==============================================================================
--- head/devel/ocaml-pcre/distinfo Mon Mar 4 21:19:46 2013 (r313423)
+++ head/devel/ocaml-pcre/distinfo Mon Mar 4 22:17:01 2013 (r313424)
@@ -1,2 +1,2 @@
-SHA256 (release-6.2.5.tar.bz2) = 7c999e2cd9bccd815682eee155ad76e78c99d790f855b1ce562ddd54ae803d72
-SIZE (release-6.2.5.tar.bz2) = 53406
+SHA256 (pcre-ocaml-7.0.2.tar.gz) = 052a2fdd8da597724ac8ca474fdd40772b461888e3ff8ef75cc71e43a65766ea
+SIZE (pcre-ocaml-7.0.2.tar.gz) = 81910
Modified: head/devel/ocaml-pcre/pkg-plist
==============================================================================
--- head/devel/ocaml-pcre/pkg-plist Mon Mar 4 21:19:46 2013 (r313423)
+++ head/devel/ocaml-pcre/pkg-plist Mon Mar 4 22:17:01 2013 (r313424)
@@ -6,27 +6,3 @@
%%OCAML_SITELIBDIR%%/pcre/pcre.cmi
%%OCAML_SITELIBDIR%%/pcre/pcre.cmxa
%%OCAML_SITELIBDIR%%/pcre/pcre.mli
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OMakefile
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cloc/Makefile
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cloc/OMakefile
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cloc/README
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cloc/cloc.ml
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cloc/make_win32_cloc.bat
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/count_hash/Makefile
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/count_hash/OMakefile
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/count_hash/README
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/count_hash/count_hash.ml
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pcregrep/Makefile
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pcregrep/OMakefile
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pcregrep/README
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pcregrep/pcregrep.ml
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/subst/Makefile
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/subst/OMakefile
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/subst/README
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/subst/subst.ml
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/subst
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/pcregrep
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/count_hash
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/cloc
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
-%%PORTEXAMPLES%%@dirrmtry share/examples/ocaml
More information about the svn-ports-all
mailing list