From 07bb2fd0ef266c725c2a7fd483cf103ca61be369 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 14 Dec 2018 14:03:11 +0100 Subject: [PATCH 1/5] links: Strip trailing space --- links-2.2-0.bee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/links-2.2-0.bee b/links-2.2-0.bee index 23738e22c..02e62f592 100755 --- a/links-2.2-0.bee +++ b/links-2.2-0.bee @@ -16,7 +16,7 @@ IGNORE_LOCALEDIR=yes mee_patch() { bzcat ${F}/${PA} | patch -p1 - + cd intl ./gen-intl ./synclang From e13b0d8fe30609db8eea51db607e2b44fabf9db5 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 14 Dec 2018 14:03:30 +0100 Subject: [PATCH 2/5] links: Remove blank line at end of file --- links-2.2-0.bee | 1 - 1 file changed, 1 deletion(-) diff --git a/links-2.2-0.bee b/links-2.2-0.bee index 02e62f592..293476248 100755 --- a/links-2.2-0.bee +++ b/links-2.2-0.bee @@ -34,4 +34,3 @@ mee_build() { mee_install() { bee_install } - From f5ee9db6b8996ce1d00d56c4233d0c4ecc10cf6d Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 14 Dec 2018 14:04:16 +0100 Subject: [PATCH 3/5] links: Convert to versionless bee file --- links-2.2-0.bee => links.be0 | 2 ++ 1 file changed, 2 insertions(+) rename links-2.2-0.bee => links.be0 (94%) diff --git a/links-2.2-0.bee b/links.be0 similarity index 94% rename from links-2.2-0.bee rename to links.be0 index 293476248..3924ee92c 100755 --- a/links-2.2-0.bee +++ b/links.be0 @@ -1,5 +1,7 @@ #!/bin/env beesh +# BEE_VERSION links-2.2-0 + PGRP=( uncategorized ) SRCURL[0]="http://links.twibright.com/download/links-2.2.tar.bz2" From 55420d84ad6232c0dd6b39addca21ab3045cc268 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 14 Dec 2018 14:06:52 +0100 Subject: [PATCH 4/5] links: Update version from 2.2 to 2.17 Currently, Links 2.2 from 2010 is unable to use TLSv1.2, causing a problem when accessing the Twiki [1]. This is used by the script `fon`. Therefore, rebuild against latest OpenSSL, and update the version while at it. [1]: https://twiki.molgen.mpg.de --- links.be0 | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/links.be0 b/links.be0 index 3924ee92c..08caa91d7 100755 --- a/links.be0 +++ b/links.be0 @@ -1,24 +1,14 @@ #!/bin/env beesh -# BEE_VERSION links-2.2-0 +# BEE_VERSION links-2.17-0 PGRP=( uncategorized ) -SRCURL[0]="http://links.twibright.com/download/links-2.2.tar.bz2" - -PATCHES[0]="ftp://mirror.ovh.net/gentoo-distfiles/distfiles/links-2.1pre33-utf8.diff.bz2" +SRCURL[0]="http://links.twibright.com/download/links-2.17.tar.bz2" # EXCLUDE="" -IGNORE_DATAROOTDIR=yes -IGNORE_DOCDIR=yes -IGNORE_LOCALEDIR=yes - - mee_patch() { - - bzcat ${F}/${PA} | patch -p1 - cd intl ./gen-intl ./synclang From f747cac4c47ccceb9d80350d0f099c62647b24fb Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sun, 16 Dec 2018 19:07:32 +0100 Subject: [PATCH 5/5] links: Use bee variable `PKGVERSION` --- links.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/links.be0 b/links.be0 index 08caa91d7..e9c5d5115 100755 --- a/links.be0 +++ b/links.be0 @@ -4,7 +4,7 @@ PGRP=( uncategorized ) -SRCURL[0]="http://links.twibright.com/download/links-2.17.tar.bz2" +SRCURL[0]="http://links.twibright.com/download/links-${PKGVERSION}.tar.bz2" # EXCLUDE=""