Bug 152267 - [Patch][Maintainer Update] net/haproxy-devel: v1.5.d2 -> v1.5.d3
Summary: [Patch][Maintainer Update] net/haproxy-devel: v1.5.d2 -> v1.5.d3
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: Sahil Tandon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-15 16:50 UTC by Ross West
Modified: 2010-11-15 21:30 UTC (History)
0 users

See Also:


Attachments
file.diff (301 bytes, patch)
2010-11-15 16:50 UTC, Ross West
no flags Details | Diff
file.diff (1.56 KB, patch)
2010-11-15 16:50 UTC, Ross West
no flags Details | Diff
hap-dev.diff (3.09 KB, patch)
2010-11-15 17:35 UTC, Ross West
no flags Details | Diff
haproxy-devel.diff (3.06 KB, patch)
2010-11-15 20:13 UTC, Sahil Tandon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ross West 2010-11-15 16:50:08 UTC
Update of the development branch of haproxy (net/haproxy-devel) from v1.5.d2 to v1.5.d3.  Includes a small patch.

Fix: PORTNAME=      haproxy
-PORTVERSION=   1.5.d2
-DISTVERSION=   1.5-dev2
+PORTVERSION=   1.5.d3
+DISTVERSION=   1.5-dev3
 CATEGORIES=    net
 MASTER_SITES=  http://haproxy.1wt.eu/download/1.5/src/devel/
 PKGNAMESUFFIX= -devel
Comment 1 Ross West 2010-11-15 17:35:08 UTC
New corrected replacement diff (Forgot two new doc files in original)

-- 

  
Comment 2 Sahil Tandon freebsd_committer freebsd_triage 2010-11-15 19:32:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sahil

Take.
Comment 3 Sahil Tandon freebsd_committer freebsd_triage 2010-11-15 20:13:13 UTC
Hi Ross,

The new patch file did not apply cleanly - I fixed this. Also, there
were a few portlint complaints which I have also addressed in a revised
diff (attached). Some notes/questions:

- Do you have a strong desire to note the port's 'devel' nature in the
  COMMENT? This is fact is already apparent from PKGNAMESUFFIX.

- PORTVERSION is automatically derived from DISTVERSION, so you needn't
  specify both in your Makefile.

- We no longer include MD5 checksums in distinfo; I have removed it.

Please let me know if you object to any of my changes before I commit.

-- 
Sahil Tandon <sahil@FreeBSD.org>
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-11-15 21:26:21 UTC
sahil       2010-11-15 21:26:16 UTC

  FreeBSD ports repository

  Modified files:
    net/haproxy-devel    Makefile distinfo pkg-plist 
  Added files:
    net/haproxy-devel/files patch-include-types-pattern.h 
  Log:
  - Update to 1.5.d3
  - Shorten COMMENT to < 70 characters
  - Remove PORTVERSION (it is derived from DISTVERSION)
  
  PR:             ports/152267
  Submitted by:   Ross West <freebsd@linepoint.com> (maintainer)
  
  Revision  Changes    Path
  1.36      +2 -3      ports/net/haproxy-devel/Makefile
  1.33      +2 -3      ports/net/haproxy-devel/distinfo
  1.1       +11 -0     ports/net/haproxy-devel/files/patch-include-types-pattern.h (new)
  1.13      +2 -0      ports/net/haproxy-devel/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 Sahil Tandon freebsd_committer freebsd_triage 2010-11-15 21:26:34 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!