svn commit: r497472 - head/textproc/libextractor
Alexey Dokuchaev
danfe at FreeBSD.org
Mon Apr 1 09:32:59 UTC 2019
Author: danfe
Date: Mon Apr 1 09:32:57 2019
New Revision: 497472
URL: https://svnweb.freebsd.org/changeset/ports/497472
Log:
- Update `textproc/libextractor' to version 1.9
- Provide more detailed RPM option description
- Don't replace -lpthread with -pthread, not needed in 2019
- Mute one sed(1) call in the post-patch and wrap the line
Modified:
head/textproc/libextractor/Makefile
head/textproc/libextractor/distinfo
head/textproc/libextractor/pkg-plist
Modified: head/textproc/libextractor/Makefile
==============================================================================
--- head/textproc/libextractor/Makefile Mon Apr 1 09:11:16 2019 (r497471)
+++ head/textproc/libextractor/Makefile Mon Apr 1 09:32:57 2019 (r497472)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= libextractor
-PORTVERSION= 1.8
-PORTREVISION= 2
+PORTVERSION= 1.9
CATEGORIES= textproc
MASTER_SITES= GNU
@@ -60,7 +59,7 @@ MP4_LIB_DEPENDS= libmp4v2.so:multimedia/mp4v2
MP4_CONFIGURE_ENV_OFF= ac_cv_lib_mp4v2_MP4ReadProvider=no
NLS_USES= gettext-runtime
NLS_CONFIGURE_ENABLE= nls
-RPM_DESC= RPM support
+RPM_DESC= RPM package format support
RPM_LIB_DEPENDS= librpm.so:archivers/rpm4
RPM_CONFIGURE_ENV= ac_cv_lib_rpm_rpmReadPackageFile=yes
RPM_CONFIGURE_ENV_OFF= ac_cv_lib_rpm_rpmReadPackageFile=no
@@ -79,8 +78,7 @@ post-patch:
s|-lc_r|-pthread| ; \
s|<exiv2/image.hpp>|$${EXIV2_H}| ; \
s|<tidy/tidy.h>|$${TIDY_H}|' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e \
- 's|-lpthread|-pthread|' ${WRKSRC}/src/plugins/Makefile.in
- ${REINPLACE_CMD} -e 's|tidy/tidybuffio.h|tidybuffio.h|' ${WRKSRC}/src/plugins/html_extractor.c
+ @${REINPLACE_CMD} -e 's|tidy/tidybuffio\.h|tidybuffio.h|' \
+ ${WRKSRC}/src/plugins/html_extractor.c
.include <bsd.port.mk>
Modified: head/textproc/libextractor/distinfo
==============================================================================
--- head/textproc/libextractor/distinfo Mon Apr 1 09:11:16 2019 (r497471)
+++ head/textproc/libextractor/distinfo Mon Apr 1 09:32:57 2019 (r497472)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1543335284
-SHA256 (libextractor-1.8.tar.gz) = e235a4aa2623fe458f8fcf1dcbb5be4f03df509aacec86a1de1fc7fcca582cfc
-SIZE (libextractor-1.8.tar.gz) = 8315688
+TIMESTAMP = 1549817150
+SHA256 (libextractor-1.9.tar.gz) = f08f257d26c5e9b503f068d6753c8e55cb76f47f73a81da6ed2bba3de3fee2ff
+SIZE (libextractor-1.9.tar.gz) = 8323852
Modified: head/textproc/libextractor/pkg-plist
==============================================================================
--- head/textproc/libextractor/pkg-plist Mon Apr 1 09:11:16 2019 (r497471)
+++ head/textproc/libextractor/pkg-plist Mon Apr 1 09:32:57 2019 (r497472)
@@ -3,7 +3,7 @@ include/extractor.h
lib/libextractor.a
lib/libextractor.so
lib/libextractor.so.3
-lib/libextractor.so.3.1.6
+lib/libextractor.so.3.1.7
lib/libextractor/libextractor_archive.a
lib/libextractor/libextractor_archive.so
lib/libextractor/libextractor_deb.a
More information about the svn-ports-head
mailing list