pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/meta-pkgs/bulk-medium Update lua module depends & bump...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0777702eeaa7
branches:  trunk
changeset: 626084:0777702eeaa7
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Thu Oct 31 23:38:30 2013 +0000

description:
Update lua module depends & bump version.

diffstat:

 meta-pkgs/bulk-medium/Makefile |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 79e18f2c04ed -r 0777702eeaa7 meta-pkgs/bulk-medium/Makefile
--- a/meta-pkgs/bulk-medium/Makefile    Thu Oct 31 23:32:26 2013 +0000
+++ b/meta-pkgs/bulk-medium/Makefile    Thu Oct 31 23:38:30 2013 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2013/09/09 14:07:59 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2013/10/31 23:38:30 dholland Exp $
 
-DISTNAME=      bulk-medium-20130909
+DISTNAME=      bulk-medium-20131031
 CATEGORIES=    meta-pkgs
 MASTER_SITES=  # empty
 DISTFILES=     # empty
@@ -218,8 +218,8 @@
 #
 # 6. Other very small packages
 #
-BUILD_DEPENDS+=        lua-stdlib-[0-9]*:../../devel/lua-stdlib
-BUILD_DEPENDS+=        lua-stdlib-doc-[0-9]*:../../devel/lua-stdlib-doc
+BUILD_DEPENDS+=        ${LUA_PKGPREFIX}-stdlib-[0-9]*:../../devel/lua-stdlib
+BUILD_DEPENDS+=        ${LUA_PKGPREFIX}-stdlib-doc-[0-9]*:../../devel/lua-stdlib-doc
 
 #
 # Note that (unlike in bulk-small) we make no effort to list or track
@@ -232,5 +232,6 @@
 BUILD_DEPENDS+=        bulk-small-[0-9]*:../../meta-pkgs/bulk-small
 
 PYTHON_FOR_BUILD_ONLY= yes
+.include "../../lang/lua/luaversion.mk" # for LUA_PKGPREFIX
 .include "../../lang/python/pyversion.mk" # for PYPKGPREFIX
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index