Bug 228050 - net/miniupnpc: Update to 2.1
Summary: net/miniupnpc: Update to 2.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-07 18:16 UTC by Hung-Yi Chen
Modified: 2018-05-09 05:47 UTC (History)
0 users

See Also:
dinoex: maintainer-feedback+


Attachments
net_miniupnpc.patch (3.22 KB, patch)
2018-05-07 18:16 UTC, Hung-Yi Chen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hung-Yi Chen 2018-05-07 18:16:37 UTC
Created attachment 193156 [details]
net_miniupnpc.patch

* Update to 2.1.
Comment 1 Dirk Meyer freebsd_committer freebsd_triage 2018-05-08 04:36:10 UTC
Thanks, looks good.

The API changes requires work on the dependent ports.
I will see what I can fix and commit the update together.
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-05-09 05:38:47 UTC
A commit references this bug:

Author: dinoex
Date: Wed May  9 05:37:59 UTC 2018
New revision: 469430
URL: https://svnweb.freebsd.org/changeset/ports/469430

Log:
  - update to miniupnpc 2.1
  PR:		228050
  Submitted by:	Hung-Yi Chen

  - fix python build
  - add LICENSE for slave port
  - make portlint happier

  - bump PORTREVISION on ports using the shared lib

Changes:
  head/emulators/dolphin-emu/Makefile
  head/games/0ad/Makefile
  head/games/megaglest/Makefile
  head/games/openclonk/Makefile
  head/graphics/drawpile/Makefile
  head/irc/iroffer-dinoex/Makefile
  head/net/dante/Makefile
  head/net/miniupnpc/Makefile
  head/net/miniupnpc/distinfo
  head/net/miniupnpc/files/patch-Makefile
  head/net/miniupnpc/files/patch-setup.py
  head/net/miniupnpc/pkg-plist
  head/net/py-miniupnpc/Makefile
  head/net-p2p/bitcoin/Makefile
  head/net-p2p/eiskaltdcpp-lib/Makefile
  head/net-p2p/litecoin/Makefile
  head/net-p2p/monero-cli/Makefile
  head/net-p2p/qtum/Makefile
  head/net-p2p/transmission-cli/Makefile
  head/net-p2p/zetacoin/Makefile
  head/security/i2pd/Makefile
Comment 3 Dirk Meyer freebsd_committer freebsd_triage 2018-05-09 05:47:41 UTC
the python bindings (slave port) needed gmake in the environment.

The API change was small.
so the dependent ports did not need no special patching.