From 6ac80be0fdcf08b1c3924f91353069ef157cedd0 Mon Sep 17 00:00:00 2001 From: Kubilay Kocak Date: Tue, 2 Jul 2019 12:18:12 +0000 Subject: 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) --- devel/libestr/Makefile | 12 +++++++++--- devel/libestr/pkg-descr | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/devel/libestr/Makefile b/devel/libestr/Makefile index f1a0ad3c12f6..7847f9df6891 100644 --- a/devel/libestr/Makefile +++ b/devel/libestr/Makefile @@ -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 diff --git a/devel/libestr/pkg-descr b/devel/libestr/pkg-descr index 888a1c2b1ab3..fd3d3cc67a70 100644 --- a/devel/libestr/pkg-descr +++ b/devel/libestr/pkg-descr @@ -1,3 +1,3 @@ A library for some string essentials. -WWW: http://libestr.adiscon.com/ +WWW: https://libestr.adiscon.com/ -- cgit v1.2.3