[24538] trunk/dports/www/pound
source_changes at macosforge.org
source_changes at macosforge.org
Fri Apr 27 12:01:44 PDT 2007
Revision: 24538
http://trac.macosforge.org/projects/macports/changeset/24538
Author: pmq at macports.org
Date: 2007-04-27 12:01:44 -0700 (Fri, 27 Apr 2007)
Log Message:
-----------
Version bump to pound-2.3.
Removed the patch as it doesn't seem necessary anymore.
Modified Paths:
--------------
trunk/dports/www/pound/Portfile
Removed Paths:
-------------
trunk/dports/www/pound/files/
Modified: trunk/dports/www/pound/Portfile
===================================================================
--- trunk/dports/www/pound/Portfile 2007-04-27 18:41:39 UTC (rev 24537)
+++ trunk/dports/www/pound/Portfile 2007-04-27 19:01:44 UTC (rev 24538)
@@ -1,39 +1,40 @@
# $Id$
PortSystem 1.0
+
name pound
-version 2.1.8
+version 2.3
categories www
maintainers rcavanaugh at gmail.com
+
description A reverse proxy, load balancer and HTTPS front-end for Web server(s)
long_description 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 several Web-servers and\
to allow for a convenient SSL wrapper for those Web servers\
- that do not offer it natively. Pound is distributed under\
- the GPL - no warranty, it's free to use, copy and give away.
+ that do not offer it natively.
+
homepage http://www.apsis.ch/pound/
distname Pound-${version}
extract.suffix .tgz
master_sites ${homepage}
-checksums md5 1693d2b49491d52406f496001e7e97d2 \
- sha1 995f410eead732e795cd0713a6d976a606647eba \
- rmd160 a9b12834858ab49456ed360f5fa33abab6f1c0b9
-depends_lib port:openssl
+checksums md5 94251bfc0d38e7aa4d50bff971ddc72e \
+ sha1 3cd1366fab6d0dbc5e16a06c544191a72675e9b6 \
+ rmd160 3bb168b95dcbe66bdac4153e95eb4a7416a64d8d
+
+# TODO use tcmalloc and/or hoard
+depends_lib port:openssl port:pcre
configure.args --mandir=\\\$\\{prefix\\}/share/man \
--infodir=\\\$\\{prefix\\}/share/info \
--with-ssl=${prefix}/include/openssl
-patchfiles patch-svc.c
-destroot.destdir prefix=${destroot}${prefix}
-
set pound_config_name pound.cfg
set pound_config ${prefix}/etc/${pound_config_name}
set pound_pidfile_name pound.pid
set pound_pidfile ${prefix}/var/run/${pound_pidfile_name}
-post-configure {
- reinplace "s|-o bin -g bin||g" ${worksrcpath}/Makefile
+pre-configure {
+ reinplace "s|-o @I_OWNER@ -g @I_GRP@||g" ${worksrcpath}/Makefile.in
}
startupitem.create yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070427/5dae416a/attachment.html
More information about the macports-changes
mailing list