[csw-devel] SF.net SVN: gar:[14599] csw/mgar/pkg/haproxy/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed May 18 13:21:50 CEST 2011
Revision: 14599
http://gar.svn.sourceforge.net/gar/?rev=14599&view=rev
Author: dmichelsen
Date: 2011-05-18 11:21:50 +0000 (Wed, 18 May 2011)
Log Message:
-----------
haproxy: Update to 1.4.15 and minor adjustments
Modified Paths:
--------------
csw/mgar/pkg/haproxy/trunk/Makefile
csw/mgar/pkg/haproxy/trunk/checksums
Modified: csw/mgar/pkg/haproxy/trunk/Makefile
===================================================================
--- csw/mgar/pkg/haproxy/trunk/Makefile 2011-05-18 11:11:50 UTC (rev 14598)
+++ csw/mgar/pkg/haproxy/trunk/Makefile 2011-05-18 11:21:50 UTC (rev 14599)
@@ -6,7 +6,7 @@
# * Use the shipped Makefile optimization flags
#
NAME = haproxy
-VERSION = 1.4.1
+VERSION = 1.4.15
CATEGORIES = apps
DESCRIPTION = Reliable, high performance TCP/HTTP load balancer
@@ -21,12 +21,13 @@
possibility not to expose fragile web servers to the Net.
endef
-VENDOR_URL = http://haproxy.1wt.eu/
MASTER_SITES = http://haproxy.1wt.eu/download/1.4/src/
-DISTFILES = $(NAME)-$(VERSION).tar.gz
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
-UPSTREAM_MASTER_SITES = $(VENDOR_URL)
+DISTFILES = $(DISTNAME).tar.gz
+VENDOR_URL = http://haproxy.1wt.eu/
+
+LICENSE = LICENSE
+
# Heavily optimized, supported for gcc, didn't dare to touch
GARCOMPILER = GCC4
@@ -43,6 +44,13 @@
PREFIX=$(prefix) \
DOCDIR=$(docdir)/$(NAME)
+# Don't care for now, investigate later!
+CHECKPKG_OVERRIDES_CSWhaproxy += file-with-bad-content|/usr/share|root/opt/csw/share/man/man1/haproxy.1
+CHECKPKG_OVERRIDES_CSWhaproxy += file-with-bad-content|/usr/share|root/opt/csw/share/doc/haproxy/haproxy.1
+CHECKPKG_OVERRIDES_CSWhaproxy += file-with-bad-content|/usr/share|root/opt/csw/share/doc/haproxy/examples/build.cfg
+CHECKPKG_OVERRIDES_CSWhaproxy += file-with-bad-content|/usr/share|root/opt/csw/share/doc/haproxy/examples/haproxy.cfg
+CHECKPKG_OVERRIDES_CSWhaproxy += file-with-bad-content|/usr/share|root/opt/csw/share/doc/haproxy/examples/haproxy-1.1.21-flx.1.pkg
+
include gar/category.mk
# Makefile contains references to install
Modified: csw/mgar/pkg/haproxy/trunk/checksums
===================================================================
--- csw/mgar/pkg/haproxy/trunk/checksums 2011-05-18 11:11:50 UTC (rev 14598)
+++ csw/mgar/pkg/haproxy/trunk/checksums 2011-05-18 11:21:50 UTC (rev 14599)
@@ -1 +1 @@
-7f27c2dec3d67fce1b113be5fe878c33 haproxy-1.4.1.tar.gz
+c1b4fc6028c6d8e23dde8c91ff47eabe haproxy-1.4.15.tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list