Skip to content

Commit

Permalink
math/gap: Update 4.12.1 → 4.12.2
Browse files Browse the repository at this point in the history
PR:	270018
  • Loading branch information
fingolfin authored and yurivict committed Apr 11, 2023
1 parent 279293c commit 9b13d15
Show file tree
Hide file tree
Showing 3 changed files with 6,814 additions and 6,528 deletions.
13 changes: 7 additions & 6 deletions math/gap/Makefile
@@ -1,5 +1,5 @@
PORTNAME= gap
DISTVERSION= 4.12.1
DISTVERSION= 4.12.2
CATEGORIES= math
MASTER_SITES= https://github.com/gap-system/gap/releases/download/v${DISTVERSION}/

Expand Down Expand Up @@ -39,21 +39,22 @@ post-build:
${CONFIGURE_ARGS:N--with-*} && \
${MAKE} ${MAKEFLAGS} && \
${MAKE} ${MAKEFLAGS} install-strip && \
${RM} bistellar
${MAKE} ${MAKEFLAGS} distclean

post-install:
# install packages
cd ${WRKSRC} && ${COPYTREE_SHARE} pkg ${STAGEDIR}${DATADIR}
# remove redundant files
@${RM} \
${STAGEDIR}${DATADIR}/pkg/patternclass/lib/.DS_Store \
${STAGEDIR}${DATADIR}/pkg/agt/doc/mathjax \
${STAGEDIR}${DATADIR}/pkg/atlasrep/gap/utils.gi.new \
${STAGEDIR}${DATADIR}/pkg/*/*/pkgconfig.h.in \
${STAGEDIR}${DATADIR}/pkg/*/examples/.gitkeep
# remove empty directories
@${FIND} ${STAGEDIR}${PREFIX} -type d -empty -delete
# strip binary
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgap.so.8.0.0
# strip binaries
@${STRIP_CMD} \
${STAGEDIR}${PREFIX}/lib/gap/gap \
${STAGEDIR}${PREFIX}/lib/libgap.so.8.0.0

do-test:
@cd ${WRKSRC} && ./gap ${FILESDIR}/test.g
Expand Down
6 changes: 3 additions & 3 deletions math/gap/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1667169825
SHA256 (gap-4.12.1.tar.gz) = f9ebef11ee31b210ce36e3c70960742b4e253282bbd5270adc9324273c92b016
SIZE (gap-4.12.1.tar.gz) = 504040985
TIMESTAMP = 1675374852
SHA256 (gap-4.12.2.tar.gz) = 672308745eb78a222494ee8dd6786edd5bc331456fcc6456ac064bdb28d587a8
SIZE (gap-4.12.2.tar.gz) = 508975703

0 comments on commit 9b13d15

Please sign in to comment.