Date: Fri, 20 Nov 2015 09:17:25 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402063 - head/devel/ocaml-deriving-ocsigen Message-ID: <201511200917.tAK9HPbS013922@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511200917.tAK9HPbS013922>