mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Update to version 2.1-pre14.
Submitted by: Josh Elsasser <jre@vineyard.net>
This commit is contained in:
parent
fae9f92b33
commit
607b864f88
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101712
@ -6,11 +6,11 @@
|
||||
#
|
||||
|
||||
PORTNAME= links
|
||||
PORTVERSION= 2.1.p11
|
||||
PORTVERSION= 2.1.p14
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES?= www
|
||||
MASTER_SITES= http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/download/
|
||||
DISTNAME= ${PORTNAME}-2.1pre11
|
||||
DISTNAME= ${PORTNAME}-2.1pre14
|
||||
|
||||
MAINTAINER?= demon@FreeBSD.org
|
||||
COMMENT= Lynx-like text WWW browser
|
||||
|
@ -1 +1,2 @@
|
||||
MD5 (links-2.1pre11.tar.bz2) = 8544fbf8e18ce1ecd3f7337365fdfc8b
|
||||
MD5 (links-2.1pre14.tar.bz2) = 9a8dd024e3352c8b05f9958e4556cdd8
|
||||
SIZE (links-2.1pre14.tar.bz2) = 3774183
|
||||
|
11
www/links/files/patch-ipret.c
Normal file
11
www/links/files/patch-ipret.c
Normal file
@ -0,0 +1,11 @@
|
||||
+--- ipret.c.orig Fri Aug 29 13:05:17 2003
|
||||
++++ ipret.c Fri Feb 20 17:12:11 2004
|
||||
+@@ -411,7 +411,7 @@
|
||||
+ case VARIABLE:
|
||||
+ zrusit=(lns*)pom->argument;
|
||||
+ if(zrusit)
|
||||
+- { if(zrusit->value==CIntMETFUN)
|
||||
++ { if(zrusit->value==CIntMETFUN&&zrusit->handler)
|
||||
+ { delarg((abuf*)zrusit->handler,context);
|
||||
+ js_mem_free(zrusit); /* Kdyz zustane trcet na zasobniku
|
||||
+ * interni funkce nebo metoda, tak ji je potreba znicit, stejne
|
Loading…
Reference in New Issue
Block a user