Date: Fri, 30 Sep 2022 07:27:11 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 98477544f0c6 - main - science/phonopy: Update 2.16.2 -> 2.16.2.20220930 fixes armv7 build Message-ID: <202209300727.28U7RBol098280@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=98477544f0c6e7280d338941f32853a09f3f9e53 commit 98477544f0c6e7280d338941f32853a09f3f9e53 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-09-30 07:26:27 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-09-30 07:26:27 +0000 science/phonopy: Update 2.16.2 -> 2.16.2.20220930 fixes armv7 build --- science/phonopy/Makefile | 10 ++++++---- science/phonopy/distinfo | 8 +++++--- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/science/phonopy/Makefile b/science/phonopy/Makefile index 2401395eb217..3d7e6fdfdc35 100644 --- a/science/phonopy/Makefile +++ b/science/phonopy/Makefile @@ -1,8 +1,11 @@ PORTNAME= phonopy DISTVERSIONPREFIX= v -DISTVERSION= 2.16.2 +DISTVERSION= 2.16.2.20220930 CATEGORIES= science python +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/ +PATCHFILES= ce8db957a0cb58a6f953b192056d03107eeecdaf.patch:-p1 # fixes armv7 build + MAINTAINER= yuri@FreeBSD.org COMMENT= Package for phonon calculations at harmonic and quasi-harmonic levels WWW= https://phonopy.github.io/phonopy/ @@ -10,12 +13,11 @@ WWW= https://phonopy.github.io/phonopy/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_armv7= compilation fails: no such file or directory: 'NOTFOUND', see https://github.com/phonopy/phonopy/issues/236 - USES= cmake USE_LDCONFIG= yes USE_GITHUB= yes +GH_TAGNAME= ${DISTVERSIONFULL:R} CMAKE_ON= PHONOPY BUILD_SHARED_LIBRARIES @@ -23,6 +25,6 @@ PLIST_FILES= include/phonopy.h \ lib/libphpy.a \ lib/libphpy.so \ lib/libphpy.so.1 \ - lib/libphpy.so.${DISTVERSION} + lib/libphpy.so.${DISTVERSION:R} .include <bsd.port.mk> diff --git a/science/phonopy/distinfo b/science/phonopy/distinfo index bc14ca33344f..c3c1819c381f 100644 --- a/science/phonopy/distinfo +++ b/science/phonopy/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1663742760 -SHA256 (phonopy-phonopy-v2.16.2_GH0.tar.gz) = 247e56731f3bf51868d0f655fc40921bc73292f38e83fb79f9d20a8325a8d317 -SIZE (phonopy-phonopy-v2.16.2_GH0.tar.gz) = 6566737 +TIMESTAMP = 1664522374 +SHA256 (phonopy-phonopy-v2.16.2.20220930-v2.16.2_GH0.tar.gz) = 247e56731f3bf51868d0f655fc40921bc73292f38e83fb79f9d20a8325a8d317 +SIZE (phonopy-phonopy-v2.16.2.20220930-v2.16.2_GH0.tar.gz) = 6566737 +SHA256 (ce8db957a0cb58a6f953b192056d03107eeecdaf.patch) = 1c6243d19b5510e319842dc30735917c7ae062d97f8d917d0812e18974077be8 +SIZE (ce8db957a0cb58a6f953b192056d03107eeecdaf.patch) = 2178
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209300727.28U7RBol098280>