Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jul 2019 12:13:09 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r505671 - head/devel/libestr
Message-ID:  <201907021213.x62CD9I8075312@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907021213.x62CD9I8075312>