[97983] trunk/dports/net/haproxy

ryandesign at macports.org ryandesign at macports.org
Fri Sep 21 02:20:44 PDT 2012


Revision: 97983
          http://trac.macports.org//changeset/97983
Author:   ryandesign at macports.org
Date:     2012-09-21 02:20:43 -0700 (Fri, 21 Sep 2012)
Log Message:
-----------
haproxy: update to 1.4.22; fix livecheck (maintainer timeout; see #35665)

Modified Paths:
--------------
    trunk/dports/net/haproxy/Portfile
    trunk/dports/net/haproxy/files/patch-Makefile.diff

Modified: trunk/dports/net/haproxy/Portfile
===================================================================
--- trunk/dports/net/haproxy/Portfile	2012-09-21 09:00:27 UTC (rev 97982)
+++ trunk/dports/net/haproxy/Portfile	2012-09-21 09:20:43 UTC (rev 97983)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 
 name                haproxy
-version             1.4.18
-revision            2
+version             1.4.22
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          net
 platforms           darwin
@@ -26,9 +25,8 @@
 homepage            http://haproxy.1wt.eu/
 master_sites        ${homepage}download/${branch}/src/
 
-checksums           md5     4ac88bb1a76c4b84ed4f6131183bedbe \
-                    sha1    191dbcb5880c711580693bd081ca5fdd8dde3012 \
-                    rmd160  16729f0519a47123d88e849ae95d600c590c8583
+checksums           rmd160  fc9ee4c964683ee9f45eaed2629ae1e9e70d28ce \
+                    sha256  ba221b3eaa4d71233230b156c3000f5c2bd4dace94d9266235517fe42f917fc6
 
 depends_lib         port:pcre
 
@@ -52,4 +50,4 @@
 }
 
 livecheck.type      regex
-livecheck.regex     {>Stable ([0-9.]+)<}
+livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}

Modified: trunk/dports/net/haproxy/files/patch-Makefile.diff
===================================================================
--- trunk/dports/net/haproxy/files/patch-Makefile.diff	2012-09-21 09:00:27 UTC (rev 97982)
+++ trunk/dports/net/haproxy/files/patch-Makefile.diff	2012-09-21 09:20:43 UTC (rev 97983)
@@ -1,6 +1,6 @@
---- Makefile.orig	2011-09-16 08:02:05.000000000 -0500
-+++ Makefile	2011-12-06 19:01:17.000000000 -0600
-@@ -345,7 +345,9 @@
+--- Makefile.orig	2012-08-14 02:09:31.000000000 -0500
++++ Makefile	2012-09-21 04:18:37.000000000 -0500
+@@ -366,7 +366,9 @@
  ifneq ($(USE_LIBCRYPT),)
  OPTIONS_CFLAGS  += -DCONFIG_HAP_CRYPT
  BUILD_OPTIONS   += $(call ignore_implicit,USE_LIBCRYPT)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120921/80ffb7a6/attachment.html>


More information about the macports-changes mailing list