svn commit: r386502 - head/textproc/ocaml-text
Johan van Selst
johans at FreeBSD.org
Sat May 16 08:59:45 UTC 2015
Author: johans
Date: Sat May 16 08:59:44 2015
New Revision: 386502
URL: https://svnweb.freebsd.org/changeset/ports/386502
Log:
- Update ocaml-text to 0.8, now from Github
- Adopt port
Modified:
head/textproc/ocaml-text/Makefile
head/textproc/ocaml-text/distinfo
Modified: head/textproc/ocaml-text/Makefile
==============================================================================
--- head/textproc/ocaml-text/Makefile Sat May 16 08:09:27 2015 (r386501)
+++ head/textproc/ocaml-text/Makefile Sat May 16 08:59:44 2015 (r386502)
@@ -2,16 +2,17 @@
# $FreeBSD$
PORTNAME= text
-PORTVERSION= 0.6
-PORTREVISION= 1
+PORTVERSION= 0.8
CATEGORIES= textproc
-MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/937/
PKGNAMEPREFIX= ocaml-
-DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= johans at stack.nl
COMMENT= OCaml library for dealing with text
+USE_GITHUB= yes
+GH_ACCOUNT= vbmithr
+GH_PROJECT= ${PKGNAMEPREFIX}${PORTNAME}
+
USES= gmake
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix ${PREFIX} \
@@ -38,13 +39,13 @@ post-patch:
${WRKSRC}/setup.ml
do-configure:
- (cd ${WRKSRC}; ocaml setup.ml -configure ${CONFIGURE_ARGS})
+ cd ${WRKSRC}; ocaml setup.ml -configure ${CONFIGURE_ARGS}
do-build:
- (cd ${WRKSRC}; ocaml setup.ml -build)
+ cd ${WRKSRC}; ocaml setup.ml -build
do-install:
${MKDIR} ${STAGEDIR}${OCAMLFIND_DESTDIR}
- (cd ${WRKSRC}; ocaml setup.ml -install)
+ cd ${WRKSRC}; ocaml setup.ml -install
.include <bsd.port.mk>
Modified: head/textproc/ocaml-text/distinfo
==============================================================================
--- head/textproc/ocaml-text/distinfo Sat May 16 08:09:27 2015 (r386501)
+++ head/textproc/ocaml-text/distinfo Sat May 16 08:59:44 2015 (r386502)
@@ -1,2 +1,2 @@
-SHA256 (ocaml-text-0.6.tar.gz) = cfd4d224ec0b776ce462c5ba5cb6e4eae8cf397ede6d3b91add44a05a6520f49
-SIZE (ocaml-text-0.6.tar.gz) = 253162
+SHA256 (vbmithr-ocaml-text-0.8_GH0.tar.gz) = bab32ca98a086631a0715d06109ebf09a71d2ac9aa901bc4f4ecd3d84331b746
+SIZE (vbmithr-ocaml-text-0.8_GH0.tar.gz) = 80898
More information about the svn-ports-head
mailing list