svn commit: r513211 - head/devel/libdatrie

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Sep 29 09:38:29 UTC 2019


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 at 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/


More information about the svn-ports-all mailing list