Skip to content

Commit

Permalink
www/elinks: update to 0.16.1.1
Browse files Browse the repository at this point in the history
ChangeLog: https://github.com/rkd77/elinks/releases/tag/v0.16.1.1

updated POTFILES

PR:		271189
Reported by:	jailbird@fdf.net (maintainer)
  • Loading branch information
jailbird777 authored and Fernando Apesteguía committed May 3, 2023
1 parent 7ecd16d commit 88c17ea
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 20 deletions.
4 changes: 2 additions & 2 deletions www/elinks/Makefile
@@ -1,6 +1,6 @@
PORTNAME= elinks
DISTVERSIONPREFIX= v
DISTVERSION= 0.16.0
DISTVERSION= 0.16.1.1
CATEGORIES= www

MAINTAINER= jailbird@fdf.net
Expand All @@ -10,9 +10,9 @@ WWW= https://github.com/rkd77/elinks/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

USES= bison:alias cpe gmake iconv meson perl5 pkgconfig python:3.7+ ssl
BUILD_DEPENDS= xmlto:textproc/xmlto

USES= bison:alias cpe gmake iconv meson perl5 pkgconfig python:3.7+ ssl
USE_GITHUB= yes
GH_ACCOUNT= rkd77

Expand Down
6 changes: 3 additions & 3 deletions www/elinks/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1671992400
SHA256 (rkd77-elinks-v0.16.0_GH0.tar.gz) = 5494a73737eeb182fe2333b74e9b6192170f583c7722a0650dcd14ef088b9dfb
SIZE (rkd77-elinks-v0.16.0_GH0.tar.gz) = 3937345
TIMESTAMP = 1682930820
SHA256 (rkd77-elinks-v0.16.1.1_GH0.tar.gz) = d07e55ede144d532212b2b5b92fb81df4360ddd2b156ccaf09cfa4aa218e1aed
SIZE (rkd77-elinks-v0.16.1.1_GH0.tar.gz) = 3940305
19 changes: 4 additions & 15 deletions www/elinks/files/patch-meson.build
@@ -1,17 +1,6 @@
--- meson.build.orig 2022-12-25 18:17:02 UTC
--- meson.build.orig 2023-05-01 08:45:22 UTC
+++ meson.build
@@ -3,9 +3,7 @@ srcdir = meson.source_root()

srcdir = meson.source_root()

-txt = run_command('git', '--git-dir=' + srcdir + '/.git', 'rev-parse', 'HEAD', check:false).stdout().strip()
-dirty = run_command(srcdir + '/git-dirty.sh', check:false).stdout().strip()
-add_global_arguments('-DBUILD_ID="' + txt + dirty + '"', language : 'c')
+add_global_arguments('-DBUILD_ID="\\0"', language : 'c')

conf_data = configuration_data()
conf_data.set('VERSION', meson.project_version())
@@ -171,6 +169,10 @@ endif
@@ -178,6 +178,10 @@ endif
conf_data.set('HAVE_FCNTL_H', 1)
endif

Expand All @@ -22,7 +11,7 @@
if compiler.has_header('libgen.h')
conf_data.set('HAVE_LIBGEN_H', 1)
endif
@@ -838,7 +840,7 @@ endif
@@ -845,7 +849,7 @@ endif
conf_data.set('HAVE_ICONV', 1)
endif

Expand All @@ -31,7 +20,7 @@
conf_data.set('HAVE_ALLOCA', 1)
endif

@@ -854,7 +856,7 @@ endif
@@ -861,7 +865,7 @@ endif
conf_data.set('HAVE_GNUTLS_CERTIFICATE_SET_X509_SYSTEM_TRUST', 1)
endif

Expand Down

0 comments on commit 88c17ea

Please sign in to comment.