Skip to content

Commit

Permalink
bugfix update to 0.11.5, looks ok to previous maintainer.
Browse files Browse the repository at this point in the history
take maintainership, add detail to license marker while there.
  • Loading branch information
sthen committed Dec 30, 2008
1 parent c344ace commit 0306ca6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 16 deletions.
9 changes: 4 additions & 5 deletions www/elinks/Makefile
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# $OpenBSD: Makefile,v 1.11 2008/10/27 14:00:17 sthen Exp $
# $OpenBSD: Makefile,v 1.12 2008/12/30 10:29:09 sthen Exp $

COMMENT= full-featured text WWW browser
DISTNAME= elinks-0.11.4
PKGNAME= ${DISTNAME}p0
DISTNAME= elinks-0.11.5
CATEGORIES= www
MASTER_SITES= http://elinks.cz/download/

HOMEPAGE= http://elinks.cz/

MAINTAINER= James Prevatt <jprevatt+bsd@paunix.org>
MAINTAINER= Stuart Henderson <sthen@openbsd.org>

# GPL
# GPL, v2 only
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
Expand Down
10 changes: 5 additions & 5 deletions www/elinks/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MD5 (elinks-0.11.4.tar.gz) = vElctcu1B3yhZxO+4G2vfw==
RMD160 (elinks-0.11.4.tar.gz) = n874h4k+s2xnHEQQGg/N2RKJ8EA=
SHA1 (elinks-0.11.4.tar.gz) = /EyZPRaFkD3mXpqnbm0ITrHUUi8=
SHA256 (elinks-0.11.4.tar.gz) = rp5U0x8y8R60kIHd7PbiTaLWvJyoDyfId+4bLoGHa7A=
SIZE (elinks-0.11.4.tar.gz) = 3763054
MD5 (elinks-0.11.5.tar.gz) = 3+tNhBThE8EJffNFkqFbDA==
RMD160 (elinks-0.11.5.tar.gz) = 3O21EzXmNrRcflHm4p7jlMyxsLk=
SHA1 (elinks-0.11.5.tar.gz) = s0t0q/9o6egeYery/xt99m9Cz6A=
SHA256 (elinks-0.11.5.tar.gz) = SiBXew9lSUmPPzEx6nAc7r1+GkAwL0AGs7y4Vl5uNIo=
SIZE (elinks-0.11.5.tar.gz) = 3946186
12 changes: 6 additions & 6 deletions www/elinks/patches/patch-configure
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$OpenBSD: patch-configure,v 1.3 2008/08/21 01:12:35 sthen Exp $
--- configure.orig Fri Jun 20 21:20:03 2008
+++ configure Sat Aug 2 21:57:51 2008
@@ -17623,7 +17623,7 @@ if test -z "$disable_lua"; then
$OpenBSD: patch-configure,v 1.4 2008/12/30 10:29:09 sthen Exp $
--- configure.orig Sat Sep 20 22:13:19 2008
+++ configure Mon Dec 29 21:45:53 2008
@@ -17596,7 +17596,7 @@ if test -z "$disable_lua"; then
for luadir in "$withval" "" /usr /usr/local; do
for suffix in "" 50; do
if test "$cf_result" = no; then
Expand All @@ -10,7 +10,7 @@ $OpenBSD: patch-configure,v 1.3 2008/08/21 01:12:35 sthen Exp $

if test ! -z "$luadir"; then
LUA_LIBS="-L$luadir/lib $LUA_LIBS"
@@ -23672,10 +23672,6 @@ ALL_CFLAGS="$CFLAGS $CPPFLAGS"
@@ -23296,10 +23296,6 @@ ALL_CFLAGS="$CFLAGS $CPPFLAGS"



Expand All @@ -20,4 +20,4 @@ $OpenBSD: patch-configure,v 1.3 2008/08/21 01:12:35 sthen Exp $
-fi


ac_config_files="$ac_config_files Makefile.config contrib/elinks.spec contrib/lua/hooks.lua contrib/conv/w3m2links.awk doc/man/man1/elinks.1 src/intl/gettext/ref-add.sed src/intl/gettext/ref-del.sed"
ac_config_files="$ac_config_files Makefile.config contrib/elinks.spec contrib/lua/hooks.lua contrib/conv/w3m2links.awk doc/man/man1/elinks.1 src/intl/gettext/ref-add.sed src/intl/gettext/ref-del.sed"

0 comments on commit 0306ca6

Please sign in to comment.