diff options
author | vd <vd@FreeBSD.org> | 2006-03-06 15:52:10 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-03-06 15:52:10 +0800 |
commit | 140f6c6198b3a75dcdacf6095b148263ec431407 (patch) | |
tree | 968088fb68184e1bf8033c684e8d7a9c514184c2 /textproc | |
parent | 967249c510469760df777d3ad1c656d074b94064 (diff) | |
download | freebsd-ports-gnome-140f6c6198b3a75dcdacf6095b148263ec431407.tar.gz freebsd-ports-gnome-140f6c6198b3a75dcdacf6095b148263ec431407.tar.zst freebsd-ports-gnome-140f6c6198b3a75dcdacf6095b148263ec431407.zip |
* Update from 0.5.9 to 0.5.10 [1]
* take maintainership
PR: ports/93641 [1]
Submitted by: vd [1]
Approved by: portmgr (linimon), kevlo (maintainer)
Security: Yet another round of XPDF-related security fixes (http://gnunet.org/libextractor/#news)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libextractor/Makefile | 5 | ||||
-rw-r--r-- | textproc/libextractor/distinfo | 6 | ||||
-rw-r--r-- | textproc/libextractor/files/patch-src::main::Makefile.in | 10 |
3 files changed, 10 insertions, 11 deletions
diff --git a/textproc/libextractor/Makefile b/textproc/libextractor/Makefile index dfc4ef97833f..16b522784664 100644 --- a/textproc/libextractor/Makefile +++ b/textproc/libextractor/Makefile @@ -6,14 +6,13 @@ # PORTNAME= libextractor -PORTVERSION= 0.5.9 -PORTREVISION= 1 +PORTVERSION= 0.5.10 CATEGORIES= textproc MASTER_SITES= http://gnunet.org/libextractor/download/ \ ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= kevlo@FreeBSD.org +MAINTAINER= vd@FreeBSD.org COMMENT= Library for keyword extraction USE_GCC= 3.4+ diff --git a/textproc/libextractor/distinfo b/textproc/libextractor/distinfo index 8d7c60660632..b0ac4c18a0bf 100644 --- a/textproc/libextractor/distinfo +++ b/textproc/libextractor/distinfo @@ -1,3 +1,3 @@ -MD5 (libextractor-0.5.9.tar.gz) = 21c22bf2653a3200968417d6642b6662 -SHA256 (libextractor-0.5.9.tar.gz) = 99a837dbe267d1d18267f9cdb5ee3b1583447c935765b32bb939a1c23edd2ea0 -SIZE (libextractor-0.5.9.tar.gz) = 6138887 +MD5 (libextractor-0.5.10.tar.gz) = a1da675f518d7c6bfff804e0ae0c81d4 +SHA256 (libextractor-0.5.10.tar.gz) = 1a4bb63fc99dde3d6f9e4392400228b5844d61fa3b4b6b5272ec8301eb5b264a +SIZE (libextractor-0.5.10.tar.gz) = 6149272 diff --git a/textproc/libextractor/files/patch-src::main::Makefile.in b/textproc/libextractor/files/patch-src::main::Makefile.in index 2451fd370f1b..b3331226b2b3 100644 --- a/textproc/libextractor/files/patch-src::main::Makefile.in +++ b/textproc/libextractor/files/patch-src::main::Makefile.in @@ -1,11 +1,11 @@ ---- src/main/Makefile.in.orig Wed Oct 26 19:19:12 2005 -+++ src/main/Makefile.in Wed Oct 26 19:19:28 2005 +--- src/main/Makefile.in.orig Tue Feb 21 12:55:39 2006 ++++ src/main/Makefile.in Tue Feb 21 12:55:04 2006 @@ -263,7 +263,7 @@ extract_LDADD = \ $(top_builddir)/src/main/libextractor.la -@MINGW_FALSE@dlflag = -ldl +@MINGW_FALSE@dlflag = - - #if HAVE_ZLIB - zlib = -lz + @HAVE_ZLIB_TRUE@zlib = -lz + @HAVE_BZ2_TRUE@bz2lib = -lbz2 + libextractor_la_LDFLAGS = \ |