diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2023-07-27 11:56:52 +0000 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2023-07-27 11:57:34 +0000 |
commit | 17abfdbdd771d3a4fa7cf1b9c6765111a31eacc7 (patch) | |
tree | 35099a54cd926bcf8c46f9975eda64bb020acfeb /textproc/freexl | |
parent | b6c8cf8ffc20fdb02934c689fb048a4ae11811f7 (diff) | |
download | ports-17abfdbdd771d3a4fa7cf1b9c6765111a31eacc7.tar.gz ports-17abfdbdd771d3a4fa7cf1b9c6765111a31eacc7.zip |
textproc/freexl: Update to 2.0.0
Reported by: portscout
Diffstat (limited to 'textproc/freexl')
-rw-r--r-- | textproc/freexl/Makefile | 9 | ||||
-rw-r--r-- | textproc/freexl/distinfo | 6 | ||||
-rw-r--r-- | textproc/freexl/pkg-plist | 2 |
3 files changed, 10 insertions, 7 deletions
diff --git a/textproc/freexl/Makefile b/textproc/freexl/Makefile index 4577d560ec15..51c159eb2ffa 100644 --- a/textproc/freexl/Makefile +++ b/textproc/freexl/Makefile @@ -1,5 +1,5 @@ PORTNAME= freexl -DISTVERSION= 1.0.6 +DISTVERSION= 2.0.0 CATEGORIES= textproc MASTER_SITES= https://www.gaia-gis.it/gaia-sins/freexl-sources/ @@ -10,11 +10,14 @@ WWW= https://www.gaia-gis.it/fossil/freexl/index LICENSE= GPLv2+ LGPL21+ MPL11 LICENSE_COMB= dual -USES= cpe gmake iconv libtool pathfix +LIB_DEPENDS= libexpat.so:textproc/expat2 + +USES= cpe gmake iconv libtool pathfix minizip CPE_VENDOR= ${PORTNAME}_project GNU_CONFIGURE= yes CONFIGURE_ARGS= ac_cv_search_locale_charset=no USE_LDCONFIG= yes INSTALL_TARGET= install-strip - +CFLAGS+= -I${PREFIX}/include +LIBS+= -L${PREFIX}/lib .include <bsd.port.mk> diff --git a/textproc/freexl/distinfo b/textproc/freexl/distinfo index beadf4c6576c..6081fc579c80 100644 --- a/textproc/freexl/distinfo +++ b/textproc/freexl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1598954264 -SHA256 (freexl-1.0.6.tar.gz) = 3de8b57a3d130cb2881ea52d3aa9ce1feedb1b57b7daa4eb37f751404f90fc22 -SIZE (freexl-1.0.6.tar.gz) = 941179 +TIMESTAMP = 1690455281 +SHA256 (freexl-2.0.0.tar.gz) = 176705f1de58ab7c1eebbf5c6de46ab76fcd8b856508dbd28f5648f7c6e1a7f0 +SIZE (freexl-2.0.0.tar.gz) = 991565 diff --git a/textproc/freexl/pkg-plist b/textproc/freexl/pkg-plist index aa5908795260..34a6e561165d 100644 --- a/textproc/freexl/pkg-plist +++ b/textproc/freexl/pkg-plist @@ -2,5 +2,5 @@ include/freexl.h lib/libfreexl.a lib/libfreexl.so lib/libfreexl.so.1 -lib/libfreexl.so.1.1.0 +lib/libfreexl.so.1.2.0 libdata/pkgconfig/freexl.pc |