diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-03-02 03:13:56 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-03-02 03:13:56 +0000 |
commit | c7c94a5738b9ba3711bfb4a50f01efe5600ef4e9 (patch) | |
tree | cc7c0d80feee8f13cc63626db218e6483f6a9602 /devel | |
parent | 4dda0701508f9186b7cae513bfabedd99792c73e (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ocaml-calendar/Makefile | 5 | ||||
-rw-r--r-- | devel/ocaml-calendar/distinfo | 5 | ||||
-rw-r--r-- | devel/ocaml-calendar/files/patch-Makefile.in | 13 |
3 files changed, 4 insertions, 19 deletions
diff --git a/devel/ocaml-calendar/Makefile b/devel/ocaml-calendar/Makefile index 16174f8f4154..650489a4f183 100644 --- a/devel/ocaml-calendar/Makefile +++ b/devel/ocaml-calendar/Makefile @@ -6,10 +6,9 @@ # PORTNAME= calendar -PORTVERSION= 2.01.1 -PORTREVISION= 1 +PORTVERSION= 2.03 CATEGORIES= devel -MASTER_SITES= http://www.lri.fr/~signoles/prog/calendar/ +MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/427/ PKGNAMEPREFIX= ocaml- MAINTAINER= jaapb@kerguelen.org diff --git a/devel/ocaml-calendar/distinfo b/devel/ocaml-calendar/distinfo index e57894366b42..a1969a94ef9a 100644 --- a/devel/ocaml-calendar/distinfo +++ b/devel/ocaml-calendar/distinfo @@ -1,3 +1,2 @@ -MD5 (calendar-2.01.1.tar.gz) = a30974a97f718688198c5a5dc6235cff -SHA256 (calendar-2.01.1.tar.gz) = d4f827a7dd79ded6791d5ca884303307608b32116609a3e5a789517121c135e9 -SIZE (calendar-2.01.1.tar.gz) = 225303 +SHA256 (calendar-2.03.tar.gz) = 671fa295aff0ea7234995baa391d795d9b3680611b2fa2a28342b6a933e71421 +SIZE (calendar-2.03.tar.gz) = 266788 diff --git a/devel/ocaml-calendar/files/patch-Makefile.in b/devel/ocaml-calendar/files/patch-Makefile.in deleted file mode 100644 index 82045ded076c..000000000000 --- a/devel/ocaml-calendar/files/patch-Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.in.orig 2009-02-23 11:33:17.000000000 +0100 -+++ Makefile.in 2009-03-02 01:16:00.000000000 +0100 -@@ -114,8 +114,8 @@ - META: Makefile - echo "description = \"$(NAME) library\"" > $@ - echo "version = \"$(VERSION)\"" >> $@ -- echo "archive(byte) = \"$(NAMELIB).cmo $(NAMELIB).cma\"" >> $@ -- echo "archive(native) = \"$(NAMELIB).cmx $(NAMELIB).cmxa\"" >> $@ -+ echo "archive(byte) = \"$(NAMELIB).cma\"" >> $@ -+ echo "archive(native) = \"$(NAMELIB).cmxa\"" >> $@ - echo "requires = \"unix str\"" >> $@ - - # Generic rules |