git: d9d6e6a18e50 - main - math/nauty: Install missing header nautycliquer.h
Yuri Victorovich
yuri at FreeBSD.org
Wed Aug 25 20:28:41 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d9d6e6a18e50d4ce21777d4bd5006caa585abc41
commit d9d6e6a18e50d4ce21777d4bd5006caa585abc41
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-08-25 20:26:48 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-08-25 20:28:25 +0000
math/nauty: Install missing header nautycliquer.h
Also sort plist.
PR: 258031
Approved by: moritz at schmi.tt (maintainer)
---
math/nauty/Makefile | 4 ++--
math/nauty/pkg-plist | 7 ++++---
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/math/nauty/Makefile b/math/nauty/Makefile
index 40c055e44331..d2ce334366f6 100644
--- a/math/nauty/Makefile
+++ b/math/nauty/Makefile
@@ -2,7 +2,7 @@
PORTNAME= nauty
PORTVERSION= 27r1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math
MASTER_SITES= https://users.cecs.anu.edu.au/~bdm/nauty/
DISTNAME= ${PORTNAME}${PORTVERSION}
@@ -32,7 +32,7 @@ post-build:
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/include/nauty
-.for h in nauty.h nausparse.h traces.h naugroup.h
+.for h in nauty.h nautycliquer.h nausparse.h traces.h naugroup.h
${INSTALL_DATA} ${WRKSRC}/${h} ${STAGEDIR}${PREFIX}/include/nauty
.endfor
# Do not use ${INSTALL_LIB} to strip the library!
diff --git a/math/nauty/pkg-plist b/math/nauty/pkg-plist
index bee3efadbe55..0ad268c2c22b 100644
--- a/math/nauty/pkg-plist
+++ b/math/nauty/pkg-plist
@@ -1,4 +1,3 @@
-%%PORTDOCS%%%%DOCSDIR%%/nug27.pdf
bin/NRswitchg
bin/addedgeg
bin/amtog
@@ -42,9 +41,11 @@ bin/twohamg
bin/underlyingg
bin/vcolg
bin/watercluster2
-include/nauty/nauty.h
-include/nauty/nausparse.h
include/nauty/naugroup.h
+include/nauty/nausparse.h
+include/nauty/nauty.h
+include/nauty/nautycliquer.h
include/nauty/traces.h
lib/libnauty.a
lib/libnauty.so
+%%PORTDOCS%%%%DOCSDIR%%/nug27.pdf
More information about the dev-commits-ports-all
mailing list