git: 682fe3bd05b3 - main - devel/py-jep: Update 4.3.1 => 4.3.2
Vladimir Druzenko <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <6a834e77.38c4f.49d995a5__33620.9538903617$1786990333$gmane$org@gitrepo.freebsd.org> |
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=682fe3bd05b38732b766f1c910baa036b5f8b552 commit 682fe3bd05b38732b766f1c910baa036b5f8b552 Author: rottlog <[email protected]> AuthorDate: 2026-08-17 18:05:24 +0000 Commit: Vladimir Druzenko <[email protected]> CommitDate: 2026-08-17 18:05:24 +0000 devel/py-jep: Update 4.3.1 => 4.3.2 Changelog: https://github.com/ninia/jep/releases/tag/v4.3.2 - Replace PORTVERSION with DISTVERSION. - Fix warnings from portclippy. - Remove unnecessary CFLAGS and LDFLAGS. - Replace LN with RLN. PR: 297600 Sponsored by: UNIS Labs Co-authored-by: Vladimir Druzenko <[email protected]> --- devel/py-jep/Makefile | 15 +++++---------- devel/py-jep/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/devel/py-jep/Makefile b/devel/py-jep/Makefile index c5c7a831cde5..86cfbe88bb25 100644 --- a/devel/py-jep/Makefile +++ b/devel/py-jep/Makefile @@ -1,6 +1,5 @@ PORTNAME= jep -PORTVERSION= 4.3.1 -PORTREVISION= 4 +DISTVERSION= 4.3.2 CATEGORIES= devel java python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,17 +12,12 @@ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE USES= java python +USE_LDCONFIG= yes USE_PYTHON= distutils CONFIGURE_ENV= JAVA_HOME=${JAVA_HOME} MAKE_ENV= JAVA_HOME=${JAVA_HOME} -USE_LDCONFIG= yes -PLIST_SUB+= VERSION=${PORTVERSION} - -# Necessary, since the configure script does the LIBS and -# LDFLAGS detection wrong -CFLAGS+= -I${JAVA_HOME}/include/freebsd -LDFLAGS+= -L${LOCALBASE}/lib +PLIST_SUB= VERSION=${DISTVERSION} OPTIONS_DEFINE= NUMPY OPTIONS_DEFAULT= NUMPY @@ -31,7 +25,8 @@ NUMPY_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVO NUMPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVOR} post-install: - ${LN} -s ${PYTHON_SITELIBDIR}/jep/jep-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR}/jep.jar + ${RLN} ${STAGEDIR}${PYTHON_SITELIBDIR}/jep/jep-${DISTVERSION}.jar \ + ${STAGEDIR}${JAVAJARDIR}/jep.jar ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/jep/jep*.so .include <bsd.port.mk> diff --git a/devel/py-jep/distinfo b/devel/py-jep/distinfo index afaa801f5dae..6bf4e9de5d7e 100644 --- a/devel/py-jep/distinfo +++ b/devel/py-jep/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763251508 -SHA256 (jep-4.3.1.tar.gz) = 33336f6afc37e1a4888586a2f0017ac01e2093891640ce1b41cbbf35f4317a9f -SIZE (jep-4.3.1.tar.gz) = 3010784 +TIMESTAMP = 1786885770 +SHA256 (jep-4.3.2.tar.gz) = 4deb6f9f5bc993a0818861efc5323ccc71373c4c38f303fc412998f02dde6e5c +SIZE (jep-4.3.2.tar.gz) = 3011572