aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2019-07-02 12:18:12 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2019-07-02 12:18:12 +0000
commit6ac80be0fdcf08b1c3924f91353069ef157cedd0 (patch)
tree47551f2d6e597425a8ed3509c8f2bc5905bb69a2
parentb12aebfe3f4a5d1b8d89ac7dbcfb39e436b64a1b (diff)
downloadports-6ac80be0fdcf08b1c3924f91353069ef157cedd0.tar.gz
ports-6ac80be0fdcf08b1c3924f91353069ef157cedd0.zip
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)
Notes
Notes: svn path=/branches/2019Q2/; revision=505672
-rw-r--r--devel/libestr/Makefile12
-rw-r--r--devel/libestr/pkg-descr2
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 <bsd.port.mk>
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/