Summary: | math/nauty: Build and install shared library; Shorten do-install; Remove LICENSE_FILE; Improve pkg-descr | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Yuri Victorovich <yuri> | ||||||||
Component: | Individual Port(s) | Assignee: | Yuri Victorovich <yuri> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Only Me | CC: | fernape, moritz | ||||||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(moritz) |
||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Attachments: |
|
Created attachment 225676 [details]
patch
Created attachment 225680 [details]
patch
^Triage: Reporter is committer, assign accordingly. Thanks for the patch. It looks good to me. While you're at it, you could also change the WWW back to https://pallini.di.uniroma1.it. The current URL is a page that is a little outdated and referes the one above. Committed, thanks. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=1ee9232fb527925dceb33f05e5c1408613eb17dc commit 1ee9232fb527925dceb33f05e5c1408613eb17dc Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-06-12 08:13:09 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-06-12 08:15:26 +0000 math/nauty: Build and install shared library; Shorten do-install; Remove LICENSE_FILE; Improve pkg-descr; Update WWW PR: 256516 Approved by: moritz@schmi.tt (maintainer) math/nauty/Makefile | 59 +++++++++++++--------------------------------------- math/nauty/pkg-descr | 6 +++--- math/nauty/pkg-plist | 1 + 3 files changed, 19 insertions(+), 47 deletions(-) |
Created attachment 225675 [details] patch The attached patch does the following: * Builds and installs the shared library: many projects prefer to use shared libraries * Shortens do-install: removes code repetition * Removes LICENSE_FILE: this file doesn't contain the license text * Improves pkg-descr Yuri