All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libargtable2: update LIBARGTABLE2_VERSION
@ 2021-08-15 17:00 Fabrice Fontaine
  2021-08-17  7:23 ` Peter Korsgaard
  2021-09-04 20:59 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2021-08-15 17:00 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

Update LIBARGTABLE2_VERSION to reflect what is used by
https://release-monitoring.org

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/libargtable2/libargtable2.mk | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/package/libargtable2/libargtable2.mk b/package/libargtable2/libargtable2.mk
index 8215f552cd..d033e28f40 100644
--- a/package/libargtable2/libargtable2.mk
+++ b/package/libargtable2/libargtable2.mk
@@ -4,9 +4,11 @@
 #
 ################################################################################
 
-LIBARGTABLE2_VERSION = 13
-LIBARGTABLE2_SOURCE = argtable2-$(LIBARGTABLE2_VERSION).tar.gz
-LIBARGTABLE2_SITE = http://downloads.sourceforge.net/project/argtable/argtable/argtable-2.13
+LIBARGTABLE2_MAJOR_VERSION = 2
+LIBARGTABLE2_MINOR_VERSION = 13
+LIBARGTABLE2_VERSION = $(LIBARGTABLE2_MAJOR_VERSION).$(LIBARGTABLE2_MINOR_VERSION)
+LIBARGTABLE2_SOURCE = argtable2-$(LIBARGTABLE2_MINOR_VERSION).tar.gz
+LIBARGTABLE2_SITE = http://downloads.sourceforge.net/project/argtable/argtable/argtable-$(LIBARGTABLE2_VERSION)
 LIBARGTABLE2_INSTALL_STAGING = YES
 LIBARGTABLE2_CONF_OPTS = \
 	--disable-example \
-- 
2.30.2

_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/libargtable2: update LIBARGTABLE2_VERSION
  2021-08-15 17:00 [Buildroot] [PATCH 1/1] package/libargtable2: update LIBARGTABLE2_VERSION Fabrice Fontaine
@ 2021-08-17  7:23 ` Peter Korsgaard
  2021-09-04 20:59 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2021-08-17  7:23 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Update LIBARGTABLE2_VERSION to reflect what is used by
 > https://release-monitoring.org

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
 > ---
 >  package/libargtable2/libargtable2.mk | 8 +++++---
 >  1 file changed, 5 insertions(+), 3 deletions(-)

 > diff --git a/package/libargtable2/libargtable2.mk b/package/libargtable2/libargtable2.mk
 > index 8215f552cd..d033e28f40 100644
 > --- a/package/libargtable2/libargtable2.mk
 > +++ b/package/libargtable2/libargtable2.mk
 > @@ -4,9 +4,11 @@
 >  #
 >  ################################################################################
 
 > -LIBARGTABLE2_VERSION = 13
 > -LIBARGTABLE2_SOURCE = argtable2-$(LIBARGTABLE2_VERSION).tar.gz
 > -LIBARGTABLE2_SITE = http://downloads.sourceforge.net/project/argtable/argtable/argtable-2.13
 > +LIBARGTABLE2_MAJOR_VERSION = 2
 > +LIBARGTABLE2_MINOR_VERSION = 13
 > +LIBARGTABLE2_VERSION = $(LIBARGTABLE2_MAJOR_VERSION).$(LIBARGTABLE2_MINOR_VERSION)
 > +LIBARGTABLE2_SOURCE = argtable2-$(LIBARGTABLE2_MINOR_VERSION).tar.gz

I considered changing that to
argtable$(LIBARGTABLE2_MAJOR_VERSION)-$(LIBARGTABLE2_MINOR_VERSION).tar.gz,
but as the package is already called libargtable2 I left it as is and
committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/libargtable2: update LIBARGTABLE2_VERSION
  2021-08-15 17:00 [Buildroot] [PATCH 1/1] package/libargtable2: update LIBARGTABLE2_VERSION Fabrice Fontaine
  2021-08-17  7:23 ` Peter Korsgaard
@ 2021-09-04 20:59 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2021-09-04 20:59 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Update LIBARGTABLE2_VERSION to reflect what is used by
 > https://release-monitoring.org

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2021.02.x and 2021.05.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@lists.buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-09-04 20:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-15 17:00 [Buildroot] [PATCH 1/1] package/libargtable2: update LIBARGTABLE2_VERSION Fabrice Fontaine
2021-08-17  7:23 ` Peter Korsgaard
2021-09-04 20:59 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.