pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/awesome



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Jul  7 13:04:55 UTC 2017

Modified Files:
        pkgsrc/wm/awesome: Makefile

Log Message:
Restore requirement that this package build against lua51, it is incompatible
with newer releases at this time.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/wm/awesome/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/wm/awesome/Makefile
diff -u pkgsrc/wm/awesome/Makefile:1.57 pkgsrc/wm/awesome/Makefile:1.58
--- pkgsrc/wm/awesome/Makefile:1.57     Sat Aug 27 08:04:42 2016
+++ pkgsrc/wm/awesome/Makefile  Fri Jul  7 13:04:55 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2016/08/27 08:04:42 maya Exp $
+# $NetBSD: Makefile,v 1.58 2017/07/07 13:04:55 jperkin Exp $
 #
 
 DISTNAME=      awesome-3.5.9
@@ -17,6 +17,8 @@ USE_TOOLS+=   bash gmake pkg-config
 USE_CMAKE=     yes
 USE_LANGUAGES= c c++
 
+LUA_VERSIONS_ACCEPTED= 51
+
 PKG_SYSCONFSUBDIR=     xdg/awesome
 
 CMAKE_ARGS+=   -DWITH_DBUS=OFF



Home | Main Index | Thread Index | Old Index