Commit 199722fc authored by Yuri Victorovich's avatar Yuri Victorovich
Browse files

math/libformfactor: rename to math/formfactor; update 0.4.0 → 0.5.1

parent c7fd6182
Loading
Loading
Loading
Loading
+1 −0
Changes for MOVED: 1 added line, 0 removed lines.
Original line number Diff line number Diff line
@@ -5600,3 +5600,4 @@ www/py-beautifulsoup|www/py-beautifulsoup4|2026-09-06|Renamed to match upstream
devel/libheinz|devel/heinz|2026-09-12|Project was renamed upstream from libheinz to heinz
devel/pecl-mustache|devel/php-mustache|2026-09-12|PECL is deprecated. Migrate devel/pecl-mustache to devel/php-mustache
devel/py-pytest-httpserver|devel/py-pytest_httpserver|2026-09-12|Rename to match upstream naming
math/libformfactor|math/formfactor|2026-09-12|Project was renamed upstream from libformfactor to formfactor
+1 −1
Changes for math/Makefile: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -355,6 +355,7 @@
    SUBDIR += flintqs
    SUBDIR += flopc++
    SUBDIR += form
    SUBDIR += formfactor
    SUBDIR += fparser
    SUBDIR += fplll
    SUBDIR += freefem++
@@ -466,7 +467,6 @@
    SUBDIR += libdivsufsort
    SUBDIR += libfixmath
    SUBDIR += libflame
    SUBDIR += libformfactor
    SUBDIR += libhomfly
    SUBDIR += libmesh
    SUBDIR += libnormaliz
+6 −6
Changes for math/formfactor/Makefile: 6 added lines, 6 removed lines.
Original line number Diff line number Diff line
PORTNAME=	libformfactor
DISTVERSION=	0.4.0
PORTNAME=	formfactor
DISTVERSION=	0.5.1
CATEGORIES=	math
MASTER_SITES=	https://jugit.fz-juelich.de/mlz/libformfactor/-/archive/v${DISTVERSION}/
MASTER_SITES=	https://jugit.fz-juelich.de/mlz/lib/${PORTNAME}/-/archive/v${DISTVERSION}/
DISTNAME=	${PORTNAME}-v${DISTVERSION}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Library for computation of scattering form factors of polyhedra
WWW=		https://jugit.fz-juelich.de/mlz/libformfactor
WWW=		https://jugit.fz-juelich.de/mlz/lib/formfactor

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	libheinz>0:devel/libheinz
BUILD_DEPENDS=	heinz>0:devel/heinz

USES=		compiler:c++20-lang cmake:testing
USE_LDCONFIG=	yes
@@ -19,6 +19,6 @@ USE_LDCONFIG= yes
CMAKE_OFF=	BUILD_TESTING
CMAKE_TESTING_ON=	BUILD_TESTING

# tests as of 0.4.0: 100% tests passed, 0 tests failed out of 18
# tests as of 0.5.1: 100% tests passed, 0 tests failed out of 19

.include <bsd.port.mk>
+3 −0
Changes for math/formfactor/distinfo: 3 added lines, 0 removed lines.
Original line number Diff line number Diff line
TIMESTAMP = 1789242975
SHA256 (formfactor-v0.5.1.tar.gz) = a8b542e78117c60dfc912afe09ae406f069075a07aa49827442093ba3eb72bf1
SIZE (formfactor-v0.5.1.tar.gz) = 359874
Loading