diff options
author | wen <wen@FreeBSD.org> | 2011-03-02 11:13:56 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-03-02 11:13:56 +0800 |
commit | f8d86dca0f32d33a1ecdb56b287206d440f97dcb (patch) | |
tree | 8b310babab2552c86921875ebf7972583e3783ff /devel | |
parent | 6b9601d1cedd16abef62430ec52f7b4222aa3c02 (diff) | |
download | freebsd-ports-gnome-f8d86dca0f32d33a1ecdb56b287206d440f97dcb.tar.gz freebsd-ports-gnome-f8d86dca0f32d33a1ecdb56b287206d440f97dcb.tar.zst freebsd-ports-gnome-f8d86dca0f32d33a1ecdb56b287206d440f97dcb.zip |
- Update to 2.03
PR: ports/155172
Submitted by: Jaap Boender <jaapb@kerguelen.org> (maintainer)
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 |