diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-29 21:42:36 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-29 21:42:36 +0000 |
commit | 305d77b38199e734b59b8dbe8f8a84a892df4dc6 (patch) | |
tree | e08beb58e590e3d34e7cb8971f3c643abbced2bf /devel/ocaml-calendar | |
parent | 8872a335aa12b9876ff2c3ea38daf9aa21927c92 (diff) |
Notes
Diffstat (limited to 'devel/ocaml-calendar')
-rw-r--r-- | devel/ocaml-calendar/Makefile | 4 | ||||
-rw-r--r-- | devel/ocaml-calendar/distinfo | 6 | ||||
-rw-r--r-- | devel/ocaml-calendar/files/patch-configure | 11 | ||||
-rw-r--r-- | devel/ocaml-calendar/pkg-plist | 4 |
4 files changed, 5 insertions, 20 deletions
diff --git a/devel/ocaml-calendar/Makefile b/devel/ocaml-calendar/Makefile index 2d01973e8fd0..38fa601c7b00 100644 --- a/devel/ocaml-calendar/Makefile +++ b/devel/ocaml-calendar/Makefile @@ -6,8 +6,7 @@ # PORTNAME= calendar -PORTVERSION= 1.09.6 -PORTREVISION= 1 +PORTVERSION= 2.0.2 CATEGORIES= devel MASTER_SITES= http://www.lri.fr/~signoles/prog/calendar/ PKGNAMEPREFIX= ocaml- @@ -19,5 +18,6 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_OCAML= yes USE_OCAML_FINDLIB= yes +USE_OCAML_PLIST= yes .include <bsd.port.mk> diff --git a/devel/ocaml-calendar/distinfo b/devel/ocaml-calendar/distinfo index 2dcf375964ed..6f1b9f1d57cd 100644 --- a/devel/ocaml-calendar/distinfo +++ b/devel/ocaml-calendar/distinfo @@ -1,3 +1,3 @@ -MD5 (calendar-1.09.6.tar.gz) = 3244aeeb27907dd6bcfc6c9de1fa3b21 -SHA256 (calendar-1.09.6.tar.gz) = 385add0e71dfb8d666379d9ce6a6db530c3d99f018e6ee9703c24f482c38d3cf -SIZE (calendar-1.09.6.tar.gz) = 155405 +MD5 (calendar-2.0.2.tar.gz) = 1631f5f21bf4d9b57a2fb7d956e44bdb +SHA256 (calendar-2.0.2.tar.gz) = 623538888bb7cc124845a49d916c71395e215072db9282001085f932046d95e6 +SIZE (calendar-2.0.2.tar.gz) = 221066 diff --git a/devel/ocaml-calendar/files/patch-configure b/devel/ocaml-calendar/files/patch-configure deleted file mode 100644 index 4d42b194df0d..000000000000 --- a/devel/ocaml-calendar/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Fri Jul 7 15:49:01 2006 -+++ configure Mon Feb 26 14:08:55 2007 -@@ -1267,7 +1267,7 @@ - OCAMLLIB=`$OCAMLC -v | tail -1 | cut -f 4 -d " "` - echo "ocaml library path is $OCAMLLIB" - --if [[ "$OCAMLVERSION" < "3.06" ]]; then -+if [ $OCAMLVERSION \< "3.06" ]; then - { { echo "$as_me:$LINENO: error: calendar needs ocaml version 3.06" >&5 - echo "$as_me: error: calendar needs ocaml version 3.06" >&2;} - { (exit 1); exit 1; }; } diff --git a/devel/ocaml-calendar/pkg-plist b/devel/ocaml-calendar/pkg-plist index b28b2780f853..34c0f2566c33 100644 --- a/devel/ocaml-calendar/pkg-plist +++ b/devel/ocaml-calendar/pkg-plist @@ -1,8 +1,4 @@ %%OCAML_SITELIBDIR%%/calendar/META -%%OCAML_SITELIBDIR%%/calendar/calendar.a -%%OCAML_SITELIBDIR%%/calendar/calendar.cma -%%OCAML_SITELIBDIR%%/calendar/calendar.cmi -%%OCAML_SITELIBDIR%%/calendar/calendar.cmxa %%OCAML_SITELIBDIR%%/calendar/calendar.mli %%OCAML_SITELIBDIR%%/calendar/date.cmi %%OCAML_SITELIBDIR%%/calendar/date.mli |