[csw-devel] SF.net SVN: gar:[20597] csw/mgar/pkg/pound/tags/pound-1.x/Makefile
chninkel at users.sourceforge.net
chninkel at users.sourceforge.net
Fri Apr 5 23:36:02 CEST 2013
Revision: 20597
http://gar.svn.sourceforge.net/gar/?rev=20597&view=rev
Author: chninkel
Date: 2013-04-05 21:36:02 +0000 (Fri, 05 Apr 2013)
Log Message:
-----------
pound/tags/pound-1.x: updated recipe to rebuild against libssl 1.0.0
Modified Paths:
--------------
csw/mgar/pkg/pound/tags/pound-1.x/Makefile
Modified: csw/mgar/pkg/pound/tags/pound-1.x/Makefile
===================================================================
--- csw/mgar/pkg/pound/tags/pound-1.x/Makefile 2013-04-05 20:16:01 UTC (rev 20596)
+++ csw/mgar/pkg/pound/tags/pound-1.x/Makefile 2013-04-05 21:36:02 UTC (rev 20597)
@@ -1,9 +1,8 @@
NAME = pound
VERSION = 1.10
-GARTYPE = v1
-CATEGORIES = net
+GARTYPE = v2
-DESCRIPTION = reverse proxy load balancer
+DESCRIPTION = Reverse proxy load balancer
define BLURB
The Pound program is a reverse proxy, load balancer and HTTPS front-end for
Web server(s). Pound was developed to enable distributing the load among
@@ -21,8 +20,15 @@
UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tgz
# we require
-RUNTIME_DEP_PKGS = CSWosslrt
+RUNTIME_DEP_PKGS = CSWlibssl1-0-0
+# This reference to /usr/local is harmless
+CHECKPKG_OVERRIDES_CSWpound += file-with-bad-content|/usr/local|root/opt/csw/share/doc/pound/README
+# There is just an optional helper script for zope written in python
+# No need to depend on python for that
+CHECKPKG_OVERRIDES_CSWpound += missing-dependency|CSWpython
+
+
# patch conf/pid directory to fit our needs
PATCHFILES = patch-pound.h
PATCHFILES += patch-pound.8
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