pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel Update lua module depends.
details: https://anonhg.NetBSD.org/pkgsrc/rev/79e18f2c04ed
branches: trunk
changeset: 626083:79e18f2c04ed
user: dholland <dholland%pkgsrc.org@localhost>
date: Thu Oct 31 23:32:26 2013 +0000
description:
Update lua module depends.
diffstat:
devel/lua-lrexlib/Makefile | 6 ++++--
devel/lua-stdlib-doc/Makefile | 6 ++++--
2 files changed, 8 insertions(+), 4 deletions(-)
diffs (56 lines):
diff -r 4eeed2d68320 -r 79e18f2c04ed devel/lua-lrexlib/Makefile
--- a/devel/lua-lrexlib/Makefile Thu Oct 31 21:28:07 2013 +0000
+++ b/devel/lua-lrexlib/Makefile Thu Oct 31 23:32:26 2013 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2012/10/31 11:17:26 asau Exp $
+# $NetBSD: Makefile,v 1.5 2013/10/31 23:32:26 dholland Exp $
.include "../../devel/lua-lrexlib/Makefile.version"
DISTNAME= lua-lrexlib-${VERSION}
+PKGREVISION= 1
CATEGORIES= meta-pkgs
MASTER_SITES= # empty
DISTFILES= # empty
@@ -15,11 +16,12 @@
APIs= pcre posix onig
.for i in ${APIs}
-DEPENDS+= lua-lrexlib-${i}-${VERSION}{,nb*}:../../devel/lua-lrexlib-${i}
+DEPENDS+= ${LUA_PKGPREFIX}-lrexlib-${i}-${VERSION}{,nb*}:../../devel/lua-lrexlib-${i}
.endfor
DESCR_SRC= ${.CURDIR}/DESCR.common
META_PACKAGE= yes
+.include "../../lang/lua/luaversion.mk" # for LUA_PKGPREFIX
.include "../../mk/bsd.pkg.mk"
diff -r 4eeed2d68320 -r 79e18f2c04ed devel/lua-stdlib-doc/Makefile
--- a/devel/lua-stdlib-doc/Makefile Thu Oct 31 21:28:07 2013 +0000
+++ b/devel/lua-stdlib-doc/Makefile Thu Oct 31 23:32:26 2013 +0000
@@ -1,15 +1,16 @@
-# $NetBSD: Makefile,v 1.3 2012/12/02 09:26:08 cheusov Exp $
+# $NetBSD: Makefile,v 1.4 2013/10/31 23:35:10 dholland Exp $
.include "../../devel/lua-stdlib/Makefile.common"
PKGNAME= ${DISTNAME:S/stdlib/lua-stdlib-doc/}
+PKGREVISION= 1
MAINTAINER= cheusov%NetBSD.org@localhost
COMMENT= Documentation for modules from lua-stdlib
DOCDIR= share/doc/lua-stdlib
-DEPENDS+= lua-${DISTNAME}{,nb*}:../../devel/lua-stdlib
+DEPENDS+= ${LUA_PKGPREFIX}-${DISTNAME}{,nb*}:../../devel/lua-stdlib
INSTALLATION_DIRS+= ${DOCDIR}/modules
do-install:
@@ -18,4 +19,5 @@
${INSTALL_DATA} ${WRKSRC}/src/modules/*.html \
${DESTDIR}${PREFIX}/${DOCDIR}/modules/
+.include "../../lang/lua/luaversion.mk" # for LUA_PKGPREFIX
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index