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)
This commit is contained in:
Kubilay Kocak 2019-07-02 12:18:12 +00:00
parent b12aebfe3f
commit 6ac80be0fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q2/; revision=505672
2 changed files with 10 additions and 4 deletions

View File

@ -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>

View File

@ -1,3 +1,3 @@
A library for some string essentials.
WWW: http://libestr.adiscon.com/
WWW: https://libestr.adiscon.com/