svn commit: r402063 - head/devel/ocaml-deriving-ocsigen

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Nov 20 09:17:26 UTC 2015


Author: sunpoet
Date: Fri Nov 20 09:17:25 2015
New Revision: 402063
URL: https://svnweb.freebsd.org/changeset/ports/402063

Log:
  - Add LICENSE
  - Strip OCaml plugin files
  - Update WWW
  - Bump PORTREVISION for package change

Modified:
  head/devel/ocaml-deriving-ocsigen/Makefile
  head/devel/ocaml-deriving-ocsigen/pkg-descr

Modified: head/devel/ocaml-deriving-ocsigen/Makefile
==============================================================================
--- head/devel/ocaml-deriving-ocsigen/Makefile	Fri Nov 20 09:17:20 2015	(r402062)
+++ head/devel/ocaml-deriving-ocsigen/Makefile	Fri Nov 20 09:17:25 2015	(r402063)
@@ -3,6 +3,7 @@
 
 PORTNAME=	deriving-ocsigen
 PORTVERSION=	0.3c
+PORTREVISION=	1
 CATEGORIES=	devel www
 MASTER_SITES=	http://ocsigen.org/download/
 PKGNAMEPREFIX=	ocaml-
@@ -10,6 +11,9 @@ PKGNAMEPREFIX=	ocaml-
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Function derivation library
 
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USE_OCAML=		yes
 USE_OCAML_FINDLIB=	yes
 USE_OCAML_CAMLP4=	yes
@@ -18,4 +22,7 @@ USE_OCAML_LDCONFIG=	yes
 
 USES=		gmake
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/deriving-ocsigen/*.cmxs
+
 .include <bsd.port.mk>

Modified: head/devel/ocaml-deriving-ocsigen/pkg-descr
==============================================================================
--- head/devel/ocaml-deriving-ocsigen/pkg-descr	Fri Nov 20 09:17:20 2015	(r402062)
+++ head/devel/ocaml-deriving-ocsigen/pkg-descr	Fri Nov 20 09:17:25 2015	(r402063)
@@ -3,4 +3,4 @@ derivers for pretty-printing, type-safe 
 dynamic typing, equality, and more. This is a version of the deriving library
 adapted for use with Ocsigen.
 
-WWW: http://github.com/hnrgrgr/deriving
+WWW: https://github.com/ocsigen/deriving


More information about the svn-ports-all mailing list