Bug 263945 - net-mgmt/phpipam: update to 1.5.0
Summary: net-mgmt/phpipam: update to 1.5.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Nuno Teixeira
URL: https://github.com/phpipam/phpipam/re...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-12 21:12 UTC by Oleg Ginzburg
Modified: 2022-06-08 17:12 UTC (History)
2 users (show)

See Also:
jake: maintainer-feedback+


Attachments
net-mgmt/phpipam: update to 1.5.0 (27.61 KB, patch)
2022-05-12 21:12 UTC, Oleg Ginzburg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Ginzburg 2022-05-12 21:12:24 UTC
Created attachment 233884 [details]
net-mgmt/phpipam: update to 1.5.0

update to 1.5.0
Comment 1 Nuno Teixeira freebsd_committer freebsd_triage 2022-06-08 17:00:26 UTC
Hello,

- replacing PORTVERSION with DISTVERSION:

https://docs.freebsd.org/en/books/porters-handbook/makefiles/#makefile-naming
//
Example 2. Using DISTVERSION

When the version only contains numbers separated by dots, dashes or underscores, use DISTVERSION.
//

- replacing pkg-descr WWW URL http://phpipam.net/ redirect to https://phpipam.net/
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-06-08 17:10:53 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=27b404c6e5552d5aed771abba4429b02a92ce7e6

commit 27b404c6e5552d5aed771abba4429b02a92ce7e6
Author:     Oleg Ginzburg <olevole@olevole.ru>
AuthorDate: 2022-06-08 17:04:42 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-06-08 17:09:30 +0000

    net-mgmt/phpipam: Update to 1.5.0

     - use DISTVERSION instead of PORTVERSION
     - update pkg-descr WWW URL http:// (redirect) to https://

    ChangeLog: https://github.com/phpipam/phpipam/releases/tag/v1.5.0

    PR:             263945

 net-mgmt/phpipam/Makefile  |   4 +-
 net-mgmt/phpipam/distinfo  |   6 +-
 net-mgmt/phpipam/pkg-descr |   2 +-
 net-mgmt/phpipam/pkg-plist | 311 +++++++++++++++++++++++++++------------------
 4 files changed, 193 insertions(+), 130 deletions(-)
Comment 3 Nuno Teixeira freebsd_committer freebsd_triage 2022-06-08 17:12:39 UTC
Commited, thanks!