ports/172235: devel/ocaml-xstr: Update MASTER_SITES

KATO Tsuguru tkato432 at yahoo.com
Mon Oct 1 18:10:10 UTC 2012


>Number:         172235
>Category:       ports
>Synopsis:       devel/ocaml-xstr: Update MASTER_SITES
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 01 18:10:09 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p10 i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES and WWW: line 
- Add LICENSE
- Support USE_OCAMLFINDLIB_PLIST

Remove file:
pkg-plist

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/ocaml-xstr/Makefile devel/ocaml-xstr/Makefile
--- /usr/ports/devel/ocaml-xstr/Makefile	2011-10-24 12:32:57.000000000 +0900
+++ devel/ocaml-xstr/Makefile	2012-09-28 19:28:52.000000000 +0900
@@ -1,24 +1,25 @@
-# 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: ports/devel/ocaml-xstr/Makefile,v 1.6 2011/10/24 03:32:57 stas Exp $
-#
 
 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>
diff -urN /usr/ports/devel/ocaml-xstr/pkg-descr devel/ocaml-xstr/pkg-descr
--- /usr/ports/devel/ocaml-xstr/pkg-descr	2008-06-01 18:42:27.000000000 +0900
+++ devel/ocaml-xstr/pkg-descr	2012-09-28 19:20:40.000000000 +0900
@@ -7,4 +7,4 @@
 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
diff -urN /usr/ports/devel/ocaml-xstr/pkg-plist devel/ocaml-xstr/pkg-plist
--- /usr/ports/devel/ocaml-xstr/pkg-plist	2006-08-06 23:17:12.000000000 +0900
+++ devel/ocaml-xstr/pkg-plist	1970-01-01 09:00:00.000000000 +0900
@@ -1,8 +0,0 @@
-%%OCAML_SITELIBDIR%%/xstr/META
-%%OCAML_SITELIBDIR%%/xstr/xstr.cma
-%%OCAML_SITELIBDIR%%/xstr/xstr_match.cmi
-%%OCAML_SITELIBDIR%%/xstr/xstr_match.mli
-%%OCAML_SITELIBDIR%%/xstr/xstr_search.cmi
-%%OCAML_SITELIBDIR%%/xstr/xstr_search.mli
-%%OCAML_SITELIBDIR%%/xstr/xstr_split.cmi
-%%OCAML_SITELIBDIR%%/xstr/xstr_split.mli
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list