projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44393cd
)
less: bump to version 451
author
Gustavo Zacarias
<gustavo@zacarias.com.ar>
Fri, 7 Sep 2012 04:48:49 +0000
(
04:48
+0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Sun, 9 Sep 2012 20:39:49 +0000
(22:39 +0200)
[Peter: License is GPLv3+]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/less/less.mk
patch
|
blob
|
history
diff --git
a/package/less/less.mk
b/package/less/less.mk
index c0ecf207d41fff27ceb2bfb3008f1d6219a47193..72449c3c11731c0647a3633e93aedd2774a00c9d 100644
(file)
--- a/
package/less/less.mk
+++ b/
package/less/less.mk
@@
-4,8
+4,10
@@
#
#############################################################
-LESS_VERSION = 4
44
+LESS_VERSION = 4
51
LESS_SITE = http://www.greenwoodsoftware.com/less
+LESS_LICENSE = GPLv3+
+LESS_LICENSE_FILES = COPYING
# Build after busybox, full-blown is better
LESS_DEPENDENCIES = ncurses $(if $(BR2_PACKAGE_BUSYBOX),busybox)