Bug 238618 - net/shmux: Upgrade to 1.0.3
Summary: net/shmux: Upgrade to 1.0.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Kai Knoblich
URL: https://github.com/shmux/shmux/blob/v...
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-16 15:15 UTC by Thomas Merkel
Modified: 2019-06-18 19:23 UTC (History)
1 user (show)

See Also:


Attachments
shmux 1.0.3 (752 bytes, patch)
2019-06-16 15:15 UTC, Thomas Merkel
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Merkel 2019-06-16 15:15:15 UTC
Created attachment 205133 [details]
shmux 1.0.3

Find attached the patch to update to the latest version 1.0.3. Tested on FreeBSD 12 STABLE.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-06-18 19:17:11 UTC
A commit references this bug:

Author: kai
Date: Tue Jun 18 19:16:41 UTC 2019
New revision: 504497
URL: https://svnweb.freebsd.org/changeset/ports/504497

Log:
  net/shmux: Update to 1.0.3

  While I'm here:

  * Switch to GitHub and update the WWW field to avoid redirects.
  * Modernize the option knobs.
  * Update the license that has changed with the new release.
  * Add "localbase" to USES to fix a bug that has been there a long time if
    the PCRE option was enabled. Before that the configure script was able to
    find libpcre but used bogus paths for the -I and -L compiler flags which
    produced a binary that was never linked against libpcre.

  PR:		238618
  Submitted by:	Thomas Merkel <tm@NetBSD.org>
  Approved by:	portmgr (blanket, unmaintained port)

Changes:
  head/net/shmux/Makefile
  head/net/shmux/distinfo
  head/net/shmux/pkg-descr
Comment 2 Kai Knoblich freebsd_committer freebsd_triage 2019-06-18 19:23:29 UTC
Committed, thanks!