Date: Tue, 2 Jul 2019 12:18:13 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r505672 - branches/2019Q2/devel/libestr Message-ID: <201907021218.x62CID8V075692@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907021218.x62CID8V075692>