svn commit: r505671 - head/devel/libestr

Kubilay Kocak koobs at FreeBSD.org
Tue Jul 2 12:13:10 UTC 2019


Author: koobs
Date: Tue Jul  2 12:13:09 2019
New Revision: 505671
URL: https://svnweb.freebsd.org/changeset/ports/505671

Log:
  devel/libestr: Level up port compliance
  
   * Use https MASTER_SITES where available
   * --prefix is already set by framework, remove from CONFIGURE_ARGS
  
  Approved by:	portmgr (blanket: framework compliance)
  MFH:		2019Q2

Modified:
  head/devel/libestr/Makefile

Modified: head/devel/libestr/Makefile
==============================================================================
--- head/devel/libestr/Makefile	Tue Jul  2 11:11:21 2019	(r505670)
+++ head/devel/libestr/Makefile	Tue Jul  2 12:13:09 2019	(r505671)
@@ -3,16 +3,22 @@
 
 PORTNAME=	libestr
 PORTVERSION=	0.1.11
+PORTREVISION=	1
 CATEGORIES=	devel
-MASTER_SITES=	http://libestr.adiscon.com/files/download/
+MASTER_SITES=	https://libestr.adiscon.com/files/download/
 
 MAINTAINER=	matthew at FreeBSD.org
 COMMENT=	Library for some string essentials
 
+LICENSE=	LGPL21+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USES=		libtool pathfix
 USE_LDCONFIG=	yes
+
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--prefix="${PREFIX}" \
-		--disable-testbench
+CONFIGURE_ARGS=	--disable-testbench
+
+INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list