diff options
author | jaapb <jaapb@pkgsrc.org> | 2016-06-20 10:31:22 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2016-06-20 10:31:22 +0000 |
commit | 2a71f575d31ea6c663b433f801dd6de29d953d41 (patch) | |
tree | 1335dbd578fcf02b76925482119c70648f910e7a /time | |
parent | 250dd4b1eea7a75bb666c137c7e8ce1b0eb94e85 (diff) | |
download | pkgsrc-2a71f575d31ea6c663b433f801dd6de29d953d41.tar.gz |
Revbump to make sure package gets recompiled with newer mk/ocaml.mk, and
removed old findlib-register execs from PLIST.
Diffstat (limited to 'time')
-rw-r--r-- | time/ocaml-calendar/Makefile | 4 | ||||
-rw-r--r-- | time/ocaml-calendar/PLIST | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/time/ocaml-calendar/Makefile b/time/ocaml-calendar/Makefile index a0aa5656dab..cc35307604b 100644 --- a/time/ocaml-calendar/Makefile +++ b/time/ocaml-calendar/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2016/05/05 11:45:42 jaapb Exp $ +# $NetBSD: Makefile,v 1.15 2016/06/20 10:31:22 jaapb Exp $ # DISTNAME= calendar-2.04 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= time devel MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1481/ diff --git a/time/ocaml-calendar/PLIST b/time/ocaml-calendar/PLIST index 2c1458e4155..fbe580ac679 100644 --- a/time/ocaml-calendar/PLIST +++ b/time/ocaml-calendar/PLIST @@ -1,5 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2015/04/29 09:37:40 jaapb Exp $ -@unexec %D/libexec/ocaml-findlib-register del %D/lib/ocaml/site-lib/calendar +@comment $NetBSD: PLIST,v 1.5 2016/06/20 10:31:22 jaapb Exp $ lib/ocaml/site-lib/calendar/META lib/ocaml/site-lib/calendar/calendar.mli lib/ocaml/site-lib/calendar/calendarLib.a @@ -23,4 +22,3 @@ lib/ocaml/site-lib/calendar/time_Zone.mli lib/ocaml/site-lib/calendar/time_sig.mli lib/ocaml/site-lib/calendar/utils.mli lib/ocaml/site-lib/calendar/version.mli -@exec %D/libexec/ocaml-findlib-register add %D/lib/ocaml/site-lib/calendar |