Bug 256516

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:
Description Flags
patch
none
patch
none
patch none

Description Yuri Victorovich freebsd_committer freebsd_triage 2021-06-09 21:18:41 UTC
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
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2021-06-09 21:50:36 UTC
Created attachment 225676 [details]
patch
Comment 2 Yuri Victorovich freebsd_committer freebsd_triage 2021-06-09 23:47:00 UTC
Created attachment 225680 [details]
patch
Comment 3 Fernando ApesteguĂ­a freebsd_committer freebsd_triage 2021-06-10 05:49:26 UTC
^Triage: Reporter is committer, assign accordingly.
Comment 4 Moritz Schmitt 2021-06-12 06:16:12 UTC
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.
Comment 5 Yuri Victorovich freebsd_committer freebsd_triage 2021-06-12 08:15:15 UTC
Committed, thanks.
Comment 6 commit-hook freebsd_committer freebsd_triage 2021-06-12 08:16:01 UTC
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(-)