Bug 145705 - [Maintainer] www/gatling: update to 0.12
Summary: [Maintainer] www/gatling: update to 0.12
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: niels
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-14 18:00 UTC by Thomas-Martin Seck
Modified: 2010-04-15 21:40 UTC (History)
0 users

See Also:


Attachments
file.diff (8.42 KB, patch)
2010-04-14 18:00 UTC, Thomas-Martin Seck
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas-Martin Seck 2010-04-14 18:00:02 UTC
Update to 0.12.

Removed files:

files/patch-bench.c
files/patch-dl.c
files/patch-http.c
files/patch-matchiprange.c
files/patch-rellink.c
files/patch-strndup.c

Fix: Apply this patch:
Comment 1 niels freebsd_committer freebsd_triage 2010-04-14 18:06:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->niels

I'll take it
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-04-15 21:33:03 UTC
niels       2010-04-15 20:32:54 UTC

  FreeBSD ports repository

  Modified files:
    www/gatling          Makefile distinfo 
    www/gatling/files    patch-GNUmakefile patch-rellink.c 
  Removed files:
    www/gatling/files    patch-bench.c patch-dl.c patch-http.c 
                         patch-matchiprange.c patch-strndup.c 
  Log:
  Update port to version 0.12
  
  PR:             ports/145705
  Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
  Approved by:    itetcu (mentor)
  
  Revision  Changes    Path
  1.18      +1 -1      ports/www/gatling/Makefile
  1.10      +3 -3      ports/www/gatling/distinfo
  1.4       +8 -30     ports/www/gatling/files/patch-GNUmakefile
  1.2       +0 -10     ports/www/gatling/files/patch-bench.c (dead)
  1.4       +0 -13     ports/www/gatling/files/patch-dl.c (dead)
  1.2       +0 -9      ports/www/gatling/files/patch-http.c (dead)
  1.2       +0 -10     ports/www/gatling/files/patch-matchiprange.c (dead)
  1.2       +3 -3      ports/www/gatling/files/patch-rellink.c
  1.2       +0 -65     ports/www/gatling/files/patch-strndup.c (dead)
_______________________________________________
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 3 niels freebsd_committer freebsd_triage 2010-04-15 21:33:08 UTC
State Changed
From-To: open->closed


Committed with minor changes: rellink.c patch was added to fix some compiler warnings due to mising string.h 
Thanks! Niels