mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 08:56:28 -04:00
Update to 0.5.7
PR: ports/89000 Submitted by: Vasil Dimov
This commit is contained in:
parent
050cd910b7
commit
84c208fafd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148546
4 changed files with 5 additions and 18 deletions
|
@ -6,8 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= libextractor
|
PORTNAME= libextractor
|
||||||
PORTVERSION= 0.5.6a
|
PORTVERSION= 0.5.7
|
||||||
PORTREVISION= 2
|
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= http://gnunet.org/libextractor/download/ \
|
MASTER_SITES= http://gnunet.org/libextractor/download/ \
|
||||||
${MASTER_SITE_GNU}
|
${MASTER_SITE_GNU}
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
MD5 (libextractor-0.5.6a.tar.gz) = 1e8022f10d58cc9f83ca3700b6645263
|
MD5 (libextractor-0.5.7.tar.gz) = fe08d8f9473fcea6963afcb3d7e858c4
|
||||||
SIZE (libextractor-0.5.6a.tar.gz) = 6115101
|
SHA256 (libextractor-0.5.7.tar.gz) = 680d6a48af9aadaec82a30f4cb6344464c35e15a5eeb10e7481312e971265594
|
||||||
|
SIZE (libextractor-0.5.7.tar.gz) = 6127292
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
--- src/main/extractor.c.orig Fri Nov 11 04:54:19 2005
|
|
||||||
+++ src/main/extractor.c Fri Nov 11 04:55:27 2005
|
|
||||||
@@ -246,8 +246,10 @@
|
|
||||||
|
|
||||||
void __attribute__ ((destructor)) le_ltdl_fini(void) {
|
|
||||||
lt_dlsetsearchpath(old_dlsearchpath);
|
|
||||||
- if (old_dlsearchpath != NULL)
|
|
||||||
+ if (old_dlsearchpath != NULL) {
|
|
||||||
free(old_dlsearchpath);
|
|
||||||
+ old_dlsearchpath = NULL;
|
|
||||||
+ }
|
|
||||||
#ifdef MINGW
|
|
||||||
ShutdownWinEnv();
|
|
||||||
#endif
|
|
|
@ -47,6 +47,7 @@ lib/libextractor/libextractor_translit.so
|
||||||
lib/libextractor/libextractor_wav.so
|
lib/libextractor/libextractor_wav.so
|
||||||
lib/libextractor/libextractor_zip.so
|
lib/libextractor/libextractor_zip.so
|
||||||
share/locale/de/LC_MESSAGES/libextractor.mo
|
share/locale/de/LC_MESSAGES/libextractor.mo
|
||||||
|
share/locale/ga/LC_MESSAGES/libextractor.mo
|
||||||
share/locale/ro/LC_MESSAGES/libextractor.mo
|
share/locale/ro/LC_MESSAGES/libextractor.mo
|
||||||
share/locale/rw/LC_MESSAGES/libextractor.mo
|
share/locale/rw/LC_MESSAGES/libextractor.mo
|
||||||
@dirrm lib/libextractor
|
@dirrm lib/libextractor
|
||||||
|
|
Loading…
Add table
Reference in a new issue