Date: Sat, 7 Nov 2020 16:49:58 +0000 (UTC) From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r554409 - branches/2020Q4/net/gnu-dico Message-ID: <202011071649.0A7Gnw99085074@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fernape Date: Sat Nov 7 16:49:58 2020 New Revision: 554409 URL: https://svnweb.freebsd.org/changeset/ports/554409 Log: MFH: r554408 net/gnu-dico: update to 2.10 ChangeLog: http://savannah.gnu.org/forum/forum.php?forum_id=9806 Change maintainer's email address. PR: 249116 Submitted by: info@dikt.tv (maintainer) Approved by: ports-secteam (blanket, bug fix release) Modified: branches/2020Q4/net/gnu-dico/Makefile branches/2020Q4/net/gnu-dico/distinfo branches/2020Q4/net/gnu-dico/pkg-plist Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/net/gnu-dico/Makefile ============================================================================== --- branches/2020Q4/net/gnu-dico/Makefile Sat Nov 7 16:47:25 2020 (r554408) +++ branches/2020Q4/net/gnu-dico/Makefile Sat Nov 7 16:49:58 2020 (r554409) @@ -2,24 +2,28 @@ # $FreeBSD$ PORTNAME= dico -PORTVERSION= 2.7 -PORTREVISION= 3 +PORTVERSION= 2.10 CATEGORIES= net textproc MASTER_SITES= GNU PKGNAMEPREFIX= gnu- -MAINTAINER= goran.tal@gmail.com +MAINTAINER= info@dikt.tv COMMENT= Flexible modular implementation of DICT server +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libltdl.so:devel/libltdl +USES= gmake libtool localbase pkgconfig tar:xz USE_LDCONFIG= yes -USES= tar:xz gmake libtool localbase pkgconfig GNU_CONFIGURE= yes INFO= dico +LDFLAGS+= -lthr + PLIST_SUB= PORTVERSION=${PORTVERSION} SUB_FILES= pkg-message USE_RC_SUBR= dicod @@ -29,38 +33,34 @@ OPTIONS_DEFAULT= PYTHON PCRE OPTIONS_SUB= yes GSASL_DESC= GSASL support -PYTHON_USES= python -PYTHON_CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config -PYTHON_CONFIGURE_OFF= --without-python +GSASL_LIB_DEPENDS= libgsasl.so:security/libgsasl +GSASL_CONFIGURE_WITH= gsasl GUILE_LIB_DEPENDS= libguile-2.2.so:lang/guile2 GUILE_CONFIGURE_OFF= --without-guile -PCRE_LIB_DEPENDS= libpcre.so:devel/pcre -PCRE_CONFIGURE_OFF= --without-pcre - -GSASL_LIB_DEPENDS= libgsasl.so:security/libgsasl -GSASL_CONFIGURE_WITH= gsasl - -PAM_CONFIGURE_ENABLE= pam - LDAP_USE= OPENLDAP=yes LDAP_CONFIGURE_OFF= --without-ldap NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls +PAM_CONFIGURE_ENABLE= pam + +PCRE_LIB_DEPENDS= libpcre.so:devel/pcre +PCRE_CONFIGURE_OFF= --without-pcre + +PYTHON_USES= python +PYTHON_CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config +PYTHON_CONFIGURE_OFF= --without-python + post-patch: @${REINPLACE_CMD} 's/@bindir@/@sbindir@/' ${WRKSRC}/dicod/Makefile.in @${REINPLACE_CMD} 's/(bindir)..dir/&\/gdico/' ${WRKSRC}/dico/Makefile.in - @${REINPLACE_CMD} '/INSTALL.*charset/d' ${WRKSRC}/gnu/Makefile.in @${REINPLACE_CMD} \ -e 's/mu_check_lib_save_LIBS/LIBS/' \ -e 's/python-config/$${PYTHON_CONFIG}/' \ ${WRKSRC}/configure - @${REINPLACE_CMD} 's/mergesort/xmergesort/' ${WRKSRC}/lib/mergesort.c - @${REINPLACE_CMD} -E '/(dico_markup_list|text_udb_def);/s,^,extern ,' \ - ${WRKSRC}/include/dico/markup.h ${WRKSRC}/dicod/dicod.h post-install: ${INSTALL_DATA} ${FILESDIR}/dicod.conf ${STAGEDIR}${PREFIX}/etc/dicod.conf.sample Modified: branches/2020Q4/net/gnu-dico/distinfo ============================================================================== --- branches/2020Q4/net/gnu-dico/distinfo Sat Nov 7 16:47:25 2020 (r554408) +++ branches/2020Q4/net/gnu-dico/distinfo Sat Nov 7 16:49:58 2020 (r554409) @@ -1,3 +1,3 @@ -TIMESTAMP = 1538311741 -SHA256 (dico-2.7.tar.xz) = 58af9a14bae85bd4f5aa01943011fe9d10533e82bc9da6b5a4c3d16a9952e435 -SIZE (dico-2.7.tar.xz) = 1674928 +TIMESTAMP = 1599238266 +SHA256 (dico-2.10.tar.xz) = 74a37ec01056d75f9dcbbddc6dcc11c42b09724003d66ce1280d00fdeb214f61 +SIZE (dico-2.10.tar.xz) = 1830420 Modified: branches/2020Q4/net/gnu-dico/pkg-plist ============================================================================== --- branches/2020Q4/net/gnu-dico/pkg-plist Sat Nov 7 16:47:25 2020 (r554408) +++ branches/2020Q4/net/gnu-dico/pkg-plist Sat Nov 7 16:49:58 2020 (r554409) @@ -63,4 +63,5 @@ sbin/dicod %%NLS%%share/locale/pl/LC_MESSAGES/dico.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/dico.mo %%NLS%%share/locale/sr/LC_MESSAGES/dico.mo +%%NLS%%share/locale/sv/LC_MESSAGES/dico.mo %%NLS%%share/locale/uk/LC_MESSAGES/dico.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011071649.0A7Gnw99085074>