- Update to version 2.03.2. (You probably have to --strip=2 the patch, when applying from the devel/ocaml-calendar directory.) Fix: Patch attached with submission follows:
Maintainer of devel/ocaml-calendar, Please note that PR ports/173362 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/173362 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Sounds good to me - I can't test it for lack of a FreeBSD machine at the moment, but it looks fine.
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
Author: miwi Date: Tue Feb 19 16:27:34 2013 New Revision: 312586 URL: http://svnweb.freebsd.org/changeset/ports/312586 Log: - Update to 2.03.2 PR: 173362 Submitted by: Michael Gruenewald <michael.grunewald@laposte.net> Approved by: maintainer Modified: head/devel/ocaml-calendar/Makefile (contents, props changed) head/devel/ocaml-calendar/distinfo (contents, props changed) Modified: head/devel/ocaml-calendar/Makefile ============================================================================== --- head/devel/ocaml-calendar/Makefile Tue Feb 19 16:27:17 2013 (r312585) +++ head/devel/ocaml-calendar/Makefile Tue Feb 19 16:27:34 2013 (r312586) @@ -6,10 +6,9 @@ # PORTNAME= calendar -PORTVERSION= 2.03 -PORTREVISION= 1 +PORTVERSION= 2.03.2 CATEGORIES= devel -MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/427/ +MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/915/ PKGNAMEPREFIX= ocaml- MAINTAINER= jaapb@kerguelen.org Modified: head/devel/ocaml-calendar/distinfo ============================================================================== --- head/devel/ocaml-calendar/distinfo Tue Feb 19 16:27:17 2013 (r312585) +++ head/devel/ocaml-calendar/distinfo Tue Feb 19 16:27:34 2013 (r312586) @@ -1,2 +1,2 @@ -SHA256 (calendar-2.03.tar.gz) = 671fa295aff0ea7234995baa391d795d9b3680611b2fa2a28342b6a933e71421 -SIZE (calendar-2.03.tar.gz) = 266788 +SHA256 (calendar-2.03.2.tar.gz) = 0e381faaa3bba522cbac705a7f872e6ecfa15220671f4688d1e311631687fb12 +SIZE (calendar-2.03.2.tar.gz) = 270225 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!