svn commit: r505672 - branches/2019Q2/devel/libestr

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


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

Log:
  MFH: r504189 r505671
  
  Fix WWW link: it redirects to HTTPS now.
  
  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)
  
  Approved by:	ports-secteam (blanket: framework compliance)

Modified:
  branches/2019Q2/devel/libestr/Makefile
  branches/2019Q2/devel/libestr/pkg-descr
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/devel/libestr/Makefile
==============================================================================
--- branches/2019Q2/devel/libestr/Makefile	Tue Jul  2 12:13:09 2019	(r505671)
+++ branches/2019Q2/devel/libestr/Makefile	Tue Jul  2 12:18:12 2019	(r505672)
@@ -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>

Modified: branches/2019Q2/devel/libestr/pkg-descr
==============================================================================
--- branches/2019Q2/devel/libestr/pkg-descr	Tue Jul  2 12:13:09 2019	(r505671)
+++ branches/2019Q2/devel/libestr/pkg-descr	Tue Jul  2 12:18:12 2019	(r505672)
@@ -1,3 +1,3 @@
 A library for some string essentials.
 
-WWW: http://libestr.adiscon.com/
+WWW: https://libestr.adiscon.com/


More information about the svn-ports-branches mailing list