Date: Sun, 29 Sep 2019 09:38:28 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513211 - head/devel/libdatrie Message-ID: <201909290938.x8T9cSET022049@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun Sep 29 09:38:28 2019 New Revision: 513211 URL: https://svnweb.freebsd.org/changeset/ports/513211 Log: - Fix LICENSE - Add LICENSE_FILE - Switch to USES=localbase - Pet portlint - Update WWW Approved by: portmgr blanket Modified: head/devel/libdatrie/Makefile head/devel/libdatrie/pkg-descr Modified: head/devel/libdatrie/Makefile ============================================================================== --- head/devel/libdatrie/Makefile Sun Sep 29 09:35:32 2019 (r513210) +++ head/devel/libdatrie/Makefile Sun Sep 29 09:38:28 2019 (r513211) @@ -9,18 +9,18 @@ MASTER_SITES= http://linux.thai.net/pub/thailinux/soft MAINTAINER= bofh@FreeBSD.org COMMENT= Double-array trie implementation library -LICENSE= LGPL21 +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING -OPTIONS_DEFINE= DOCS - +USES= iconv libtool localbase:ldflags pathfix tar:xz GNU_CONFIGURE= yes -USES= iconv libtool pathfix tar:xz USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} +LDFLAGS+= ${ICONV_LIB} PORTDOCS= README.migration INSTALL_TARGET= install-strip + +OPTIONS_DEFINE= DOCS .include <bsd.port.mk> Modified: head/devel/libdatrie/pkg-descr ============================================================================== --- head/devel/libdatrie/pkg-descr Sun Sep 29 09:35:32 2019 (r513210) +++ head/devel/libdatrie/pkg-descr Sun Sep 29 09:38:28 2019 (r513211) @@ -7,4 +7,4 @@ trie also provides flexibility on incremental matching manipulation. This makes it ideal for lexical analyzers, as well as spelling dictionaries. -WWW: http://linux.thai.net/projects/datrie/ +WWW: https://linux.thai.net/projects/datrie/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909290938.x8T9cSET022049>