diff mbox

[02/10] less: bump to version 451

Message ID 1347029337-12494-2-git-send-email-gustavo@zacarias.com.ar
State Accepted
Headers show

Commit Message

Gustavo Zacarias Sept. 7, 2012, 2:48 p.m. UTC
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/less/less.mk |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

Comments

Peter Korsgaard Sept. 9, 2012, 8:39 p.m. UTC | #1
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
 Gustavo> ---
 Gustavo>  package/less/less.mk |    4 +++-
 Gustavo>  1 files changed, 3 insertions(+), 1 deletions(-)

 Gustavo> diff --git a/package/less/less.mk b/package/less/less.mk
 Gustavo> index c0ecf20..8f14016 100644
 Gustavo> --- a/package/less/less.mk
 Gustavo> +++ b/package/less/less.mk
 Gustavo> @@ -4,8 +4,10 @@
 Gustavo>  #
 Gustavo>  #############################################################
 
 Gustavo> -LESS_VERSION = 444
 Gustavo> +LESS_VERSION = 451
 Gustavo>  LESS_SITE = http://www.greenwoodsoftware.com/less
 Gustavo> +LESS_LICENSE = GPLv3

The README contains the 'or at your option any later version' text, so
this should be GPLv3+

Committed with that fixed, thanks.
diff mbox

Patch

diff --git a/package/less/less.mk b/package/less/less.mk
index c0ecf20..8f14016 100644
--- a/package/less/less.mk
+++ b/package/less/less.mk
@@ -4,8 +4,10 @@ 
 #
 #############################################################
 
-LESS_VERSION = 444
+LESS_VERSION = 451
 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)