Skip to content

Commit

Permalink
biology/migrate: Update to 5.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nunotexbsd committed Mar 31, 2024
1 parent 0f824d2 commit 9dd66e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion biology/migrate/Makefile
@@ -1,5 +1,5 @@
PORTNAME= migrate
DISTVERSION= 5.0.5
DISTVERSION= 5.0.6
CATEGORIES= biology
MASTER_SITES= https://peterbeerli.com/migrate-html5/download_version4/
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
Expand Down Expand Up @@ -33,6 +33,10 @@ OPTIONS_DEFINE= DOCS EXAMPLES THREAD
THREAD_DESC= Build with THREAD support
THREAD_ALL_TARGET= thread

# Upstream tarball contains objects and binaries that need to be clean
post-extract:
cd ${WRKSRC} && ${RM} -f *.o haru/*.o migrate-n migrate-n-mpi

post-patch:
@${REINPLACE_CMD} -e 's|="-O "|="$$CFLAGS"|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e '/PRETTY$$/d' ${WRKSRC}/src/definitions.h
Expand Down
6 changes: 3 additions & 3 deletions biology/migrate/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1711535851
SHA256 (migrate-5.0.5.src.tar.gz) = 43d456f2432c0ec77ad33877f184d3b4b36f61e416f8fffa51077768df91ea51
SIZE (migrate-5.0.5.src.tar.gz) = 4746835
TIMESTAMP = 1711916315
SHA256 (migrate-5.0.6.src.tar.gz) = 9772ae5bdc5be81af6830a9240aa5a0f90ae9fb52d70e46cf4f50a8b389f8925
SIZE (migrate-5.0.6.src.tar.gz) = 8254038

0 comments on commit 9dd66e0

Please sign in to comment.