svn commit: r309295 - head/devel/ocaml-xstr

Marcelo Araujo araujo at FreeBSD.org
Thu Dec 20 05:53:02 UTC 2012


Author: araujo
Date: Thu Dec 20 05:53:00 2012
New Revision: 309295
URL: http://svnweb.freebsd.org/changeset/ports/309295

Log:
  - Update MASTER_SITES and WWW line.
  - Add LICENSE.
  - Support USE_OCAMLFINDLIB_PLIST.
  
  PR:		ports/172235
  Submitted by:	KATO Tsuguru <tkato432 at yahoo.com>

Deleted:
  head/devel/ocaml-xstr/pkg-plist
Modified:
  head/devel/ocaml-xstr/Makefile   (contents, props changed)
  head/devel/ocaml-xstr/pkg-descr   (contents, props changed)

Modified: head/devel/ocaml-xstr/Makefile
==============================================================================
--- head/devel/ocaml-xstr/Makefile	Thu Dec 20 05:51:59 2012	(r309294)
+++ head/devel/ocaml-xstr/Makefile	Thu Dec 20 05:53:00 2012	(r309295)
@@ -1,8 +1,4 @@
-# New ports collection makefile for:	ocaml-xstr
-# Date created:		2006-07-29
-# Whom:			Stanislav Sedov <ssedov at mbsd.msk.ru>
-#
-# $MBSDlabs$
+# Created by: Stanislav Sedov <ssedov at mbsd.msk.ru>
 # $FreeBSD$
 #
 
@@ -10,15 +6,22 @@ PORTNAME=	xstr
 PORTVERSION=	0.2.1
 PORTREVISION=	2
 CATEGORIES=	devel
-MASTER_SITES=	http://www.ocaml-programming.de/packages/
+MASTER_SITES=	http://download.camlcity.org/download/
 PKGNAMEPREFIX=	ocaml-
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Thread-safe implementation of string searching/matching
 
+LICENSE=	MIT
+
+
 WRKSRC=		${WRKDIR}/${PORTNAME}
-USE_GMAKE=	yes
+
 USE_OCAML=	yes
 USE_OCAML_FINDLIB=yes
+USE_OCAMLFIND_PLIST=yes
+
+USE_GMAKE=	yes
+ALL_TARGET=	all opt
 
 .include <bsd.port.mk>

Modified: head/devel/ocaml-xstr/pkg-descr
==============================================================================
--- head/devel/ocaml-xstr/pkg-descr	Thu Dec 20 05:51:59 2012	(r309294)
+++ head/devel/ocaml-xstr/pkg-descr	Thu Dec 20 05:53:00 2012	(r309295)
@@ -7,4 +7,4 @@ to be processed is small, xstr is often 
 big, xstr is up to half as fast than Str.
 
 Author:	Gerd Stolpmann <gerd at gerd-stolpmann.de>
-WWW:	http://www.ocaml-programming.de/packages/
+WWW:	http://projects.camlcity.org/projects/xstr.html


More information about the svn-ports-head mailing list