Bug 164026 - [PATCH] devel/gearmand: update to 0.26
Summary: [PATCH] devel/gearmand: update to 0.26
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Greg Larkin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-11 18:10 UTC by Marc Peters
Modified: 2012-01-13 22:07 UTC (History)
1 user (show)

See Also:


Attachments
gearmand-0.26.patch (2.05 KB, patch)
2012-01-11 18:10 UTC, Marc Peters
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marc Peters 2012-01-11 18:10:07 UTC
 
 - Update to 0.26
 
 Port maintainer (glarkin@freebsd.org) is cc'd.
 
 Generated with FreeBSD Port Tools 0.99
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2012-01-13 04:12:51 UTC
Class Changed
From-To: sw-bug->update

recover from bad formatting.
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2012-01-13 04:16:56 UTC
Responsible Changed
From-To: gnats-admin->freebsd-ports-bugs

Forgot to set proper assignee.
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2012-01-13 08:58:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->glarkin

Over to maintainer.
Comment 4 dfilter service freebsd_committer freebsd_triage 2012-01-13 21:59:18 UTC
glarkin     2012-01-13 21:59:09 UTC

  FreeBSD ports repository

  Modified files:
    devel/gearmand       Makefile distinfo pkg-plist 
  Added files:
    devel/gearmand/files extra-patch-configure 
  Log:
  - Unbreak
  - Upgrade to 0.26
  - Add new build dependencies
  - Add new build option for Redis persistent queue
  - Move SQLite library version checking to BUILD_DEPENDS from the upstream
    configure script.  It always failed due to incorrect comparison of a version
    string with a version number.
  - Update a bunch of depends and CONFIGURE_ARGS due to changes in the upstream
    configure script.
  
  PR:             ports/164026 (based on)
  Submitted by:   Marc Peters <marc.peters@trivago.com>
  
  Revision  Changes    Path
  1.17      +183 -132  ports/devel/gearmand/Makefile
  1.13      +2 -2      ports/devel/gearmand/distinfo
  1.1       +154 -0    ports/devel/gearmand/files/extra-patch-configure (new)
  1.9       +39 -18    ports/devel/gearmand/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Greg Larkin freebsd_committer freebsd_triage 2012-01-13 22:05:33 UTC
State Changed
From-To: open->closed

Committed work started in December and not finished by the end of the year. 
Thank you for submitting the PR, and my original patch has been updated to 
include the latest 0.26 version. I also spent a lot of time getting the SQLite 
detection to work correctly, since the upstream configure script doesn't 
appear to do it correctly.