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.
This commit is contained in:
parent
52409c40b0
commit
f8355cd207
4 changed files with 8 additions and 6 deletions
|
@ -1,9 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.71 2011/07/28 07:50:05 minskim Exp $
|
||||
# $NetBSD: Makefile,v 1.72 2011/08/08 07:31:52 obache Exp $
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
.include "Makefile.common"
|
||||
|
||||
PKGREVISION= 3
|
||||
|
||||
CONFIGURE_ARGS+= -no-tk
|
||||
CONFIGURE_ARGS+= -cc ${CC}
|
||||
CONFIGURE_ENV+= disable_x11=yes
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile.common,v 1.30 2011/07/20 14:10:09 riastradh Exp $
|
||||
# $NetBSD: Makefile.common,v 1.31 2011/08/08 07:31:52 obache Exp $
|
||||
|
||||
# used by x11/labltk/Makefile
|
||||
# used by x11/ocaml-graphics/Makefile
|
||||
DISTNAME= ocaml-3.12.0
|
||||
PKGREVISION= 3
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://caml.inria.fr/pub/distrib/ocaml-3.12/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue