summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorobache <obache>2011-08-08 07:31:52 +0000
committerobache <obache>2011-08-08 07:31:52 +0000
commitb686210f78ce5c8be54c6f593fce56f694fcb560 (patch)
treeb4a32c8d34e7e34fb7909513f706f1193b6bceaf /x11
parenta823d5027a20c74e61675aedb0739a8871a38991 (diff)
downloadpkgsrc-b686210f78ce5c8be54c6f593fce56f694fcb560.tar.gz
PKGREVISION must not be in Makefile.common.
move PKGREVISION to each Makefile including the Makefile.common for keep version number, and bump again for ocaml-graphics because the previous bump resuited in downgrade.
Diffstat (limited to 'x11')
-rw-r--r--x11/labltk/Makefile3
-rw-r--r--x11/ocaml-graphics/Makefile4
2 files changed, 4 insertions, 3 deletions
diff --git a/x11/labltk/Makefile b/x11/labltk/Makefile
index 5a862de0ba5..279a018f1e3 100644
--- a/x11/labltk/Makefile
+++ b/x11/labltk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2009/12/17 19:02:05 abs Exp $
+# $NetBSD: Makefile,v 1.11 2011/08/08 07:31:52 obache Exp $
PKG_DESTDIR_SUPPORT= user-destdir
INSTALLATION_DIRS+= lib/ocaml/stublibs
@@ -7,6 +7,7 @@ MAKE_JOBS_SAFE= no
.include "../../lang/ocaml/Makefile.common"
PKGNAME= ${DISTNAME:S/ocaml/labltk/}
+PKGREVISION= 3
COMMENT= Tk bindings for ocaml
diff --git a/x11/ocaml-graphics/Makefile b/x11/ocaml-graphics/Makefile
index 4c0623f58ce..e9c90b9b561 100644
--- a/x11/ocaml-graphics/Makefile
+++ b/x11/ocaml-graphics/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2011/08/07 20:30:15 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2011/08/08 07:31:52 obache Exp $
PKG_DESTDIR_SUPPORT= user-destdir
@@ -7,7 +7,7 @@ DISTINFO_FILE= ${PKGDIR}/../../lang/ocaml/distinfo
PATCHDIR= ${PKGDIR}/../../lang/ocaml/patches
PKGNAME= ${DISTNAME:S/ocaml/ocaml-graphics/}
-PKGREVISION= 1
+PKGREVISION= 4
COMMENT+= (graphics library)