Date: Thu, 24 May 2012 13:26:55 +0800 (CST) From: Jyun-Yan You <jyyou@cs.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/168291: [MAINTAINER] databases/ocaml-mysql: update to 1.1.1 Message-ID: <201205240526.q4O5QtKF087942@csduty.cs.nctu.edu.tw> Resent-Message-ID: <201205240530.q4O5U33d003035@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 168291 >Category: ports >Synopsis: [MAINTAINER] databases/ocaml-mysql: update to 1.1.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu May 24 05:30:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jyun-Yan You >Release: FreeBSD 8.2-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD csduty.cs.nctu.edu.tw 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:45:57 UTC 2011 >Description: - Update to 1.1.1 Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- ocaml-mysql-1.1.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/databases/ocaml-mysql/Makefile /amd/gcs/98/9855518/src/ports/databases/ocaml-mysql/Makefile --- /usr/ports/databases/ocaml-mysql/Makefile 2012-02-16 09:13:48.000000000 +0800 +++ /amd/gcs/98/9855518/src/ports/databases/ocaml-mysql/Makefile 2012-05-24 10:18:11.368472000 +0800 @@ -6,8 +6,7 @@ # PORTNAME= mysql -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 1.1.1 CATEGORIES= databases MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/336/ PKGNAMEPREFIX= ocaml- @@ -16,6 +15,8 @@ MAINTAINER= jyyou@cs.nctu.edu.tw COMMENT= OCaml bindings to libmysqlclient +WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}-1.1.0 + USE_GMAKE= yes USE_MYSQL= yes @@ -27,15 +28,13 @@ GNU_CONFIGURE= yes ALL_TARGET= all opt + .if !defined(NOPORTDOCS) ALL_TARGET+= htdoc -.endif - -PORTDOCS= * -DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} +PORTDOCS= * +DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} post-install: -.if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/mysql/html/* ${DOCSDIR} .endif diff -ruN --exclude=CVS /usr/ports/databases/ocaml-mysql/distinfo /amd/gcs/98/9855518/src/ports/databases/ocaml-mysql/distinfo --- /usr/ports/databases/ocaml-mysql/distinfo 2011-10-15 01:13:06.000000000 +0800 +++ /amd/gcs/98/9855518/src/ports/databases/ocaml-mysql/distinfo 2012-05-24 10:18:11.342498000 +0800 @@ -1,2 +1,2 @@ -SHA256 (ocaml-mysql-1.1.0.tar.gz) = ec624ab82a15c9f7344845333cb4d9cc49e681e91f2965c05d1e1727aa6b02c1 -SIZE (ocaml-mysql-1.1.0.tar.gz) = 107930 +SHA256 (ocaml-mysql-1.1.1.tar.gz) = ec624ab82a15c9f7344845333cb4d9cc49e681e91f2965c05d1e1727aa6b02c1 +SIZE (ocaml-mysql-1.1.1.tar.gz) = 107930 --- ocaml-mysql-1.1.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205240526.q4O5QtKF087942>