diff options
Diffstat (limited to 'net/libiscsi/Makefile')
-rw-r--r-- | net/libiscsi/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net/libiscsi/Makefile b/net/libiscsi/Makefile index fa7e9b7ef526..2681d9586868 100644 --- a/net/libiscsi/Makefile +++ b/net/libiscsi/Makefile @@ -1,5 +1,5 @@ PORTNAME= libiscsi -DISTVERSION= 1.20.0.240205 +DISTVERSION= 1.20.1 CATEGORIES= net MAINTAINER= d8zNeCFG@aon.at @@ -14,13 +14,15 @@ LICENSE_FILE_LGPL21+ = ${WRKSRC}/LICENCE-LGPL-2.1.txt USES= autoreconf compiler:c11 gmake libtool pathfix USE_GITHUB= yes GH_ACCOUNT= sahlberg -GH_TAGNAME= fef688aa9980 USE_LDCONFIG= yes GNU_CONFIGURE= yes +# 1.20.2 only affects environments defining __APPLE__ +PORTSCOUT= skipv:1.20.2 + post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}.so.10.0.0 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}.so.11.0.0 .include <bsd.port.mk> |