Bug 236709

Summary: irc/epic4: Update to 2.10.6, fix PERL build option
Product: Ports & Packages Reporter: caf
Component: Individual Port(s)Assignee: Josh Paetzel <jpaetzel>
Status: Closed FIXED    
Severity: Affects Some People CC: caf
Priority: --- Flags: bugzilla: maintainer-feedback? (jpaetzel)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch to update port to new upstream version none

Description caf 2019-03-22 01:10:40 UTC
Created attachment 203038 [details]
Patch to update port to new upstream version
Comment 1 caf 2019-03-22 01:15:40 UTC
This updates to the upstream version 2.10.6 which was released in 2016.

It also includes a few other ancillary changes:

 - Remove mirror sites that either don't exist or aren't updating from the master site anymore.  Add one new mirror site that appears to be active.

 - Simplify Makefile by replacing .if/.else/.endif sections with <OPTION>_USES and <OPTION>_CONFIGURE_WITH equivalents.

 -
Comment 2 caf 2019-03-22 01:18:38 UTC
(continued...)

 - Fix PERL build option by replacing ${PERL_VERSION} with ${PERL_VER} in the path that is passed to --with-perl.

Note that it now builds with Perl (previously it was silently ignoring the option when the configure script failed to find the perl installtion) but there are some hairy looking warnings around that code so it's possible it doesn't work at runtime.
Comment 3 commit-hook freebsd_committer freebsd_triage 2019-03-22 15:01:40 UTC
A commit references this bug:

Author: jpaetzel
Date: Fri Mar 22 15:01:23 UTC 2019
New revision: 496573
URL: https://svnweb.freebsd.org/changeset/ports/496573

Log:
  Version update and several cleanups

  - Update to port version 2.10.6
  - Clean up mirror sites
  - switch to OPTION_USES framework
  - Fix PERL build option by replacing ${PERL_VERSION} with ${PERL_VER} in the path
      that is passed to --with-perl
  - Minor changes to satisfy portlint

  PR:	236709
  Submitted by:	caf@bitchx.org

Changes:
  head/irc/epic4/Makefile
  head/irc/epic4/distinfo
  head/irc/epic4/pkg-message
Comment 4 Josh Paetzel freebsd_committer freebsd_triage 2019-03-22 15:03:05 UTC
Committed, thanks!