Bug 212222

Summary: www/glpi update to 0.90.5 [patch]
Product: Ports & Packages Reporter: Mathias Monnerville <mathias>
Component: Individual Port(s)Assignee: John Marino <marino>
Status: Closed FIXED    
Severity: Affects Many People CC: marino
Priority: --- Keywords: patch
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 211862    
Attachments:
Description Flags
Patch from 0.90.3 to 0.90.5 none

Description Mathias Monnerville 2016-08-28 19:36:42 UTC
Created attachment 174165 [details]
Patch from 0.90.3 to 0.90.5

New release available.

ChangeLog at https://github.com/glpi-project/glpi/releases/tag/0.90.5.

Also, the LDAP and NLS options are turned on by default, as suggested in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211862.
Comment 1 John Marino freebsd_committer freebsd_triage 2016-08-28 20:18:45 UTC
the MASTER_SITES line needs to be generic, otherwise you're going to have to updated it with each new version.  I'll take care of that.
Comment 2 John Marino freebsd_committer freebsd_triage 2016-08-28 20:24:36 UTC
I'm going to convert this to use the modern options which will simplify the makefile.
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-08-28 20:44:52 UTC
A commit references this bug:

Author: marino
Date: Sun Aug 28 20:44:40 UTC 2016
New revision: 421033
URL: https://svnweb.freebsd.org/changeset/ports/421033

Log:
  www/glpi: Update version 0.90.3 => 0.90.5 and change option defaults

  Per request [1], the IMAP and LDAP options have been set to ON by default.
  The maintainer took the opportunity to upgrade the version [2].
  I converted the options to their modern equivalents and made the
  MASTER_SITES definition more generic to help future upgrades.

  PR:		211862 [1]
  Submitted by:	David Stievenard

  PR:		212222 [2]
  Submitted by:	maintainer

Changes:
  head/www/glpi/Makefile
  head/www/glpi/distinfo
  head/www/glpi/pkg-plist
Comment 4 John Marino freebsd_committer freebsd_triage 2016-08-28 20:45:23 UTC
Thanks!