[58330] trunk/dports/sysutils/apachetop
ryandesign at macports.org
ryandesign at macports.org
Sat Sep 26 13:52:48 PDT 2009
Revision: 58330
http://trac.macports.org/changeset/58330
Author: ryandesign at macports.org
Date: 2009-09-26 13:52:47 -0700 (Sat, 26 Sep 2009)
Log Message:
-----------
apachetop: update to 1.12.6, update homepage and download location (#21274), fix build failure with gcc 4 (#21621), change lib deps to port deps, remove unnecessary mandir configure arg (maintainer timeout)
Modified Paths:
--------------
trunk/dports/sysutils/apachetop/Portfile
Added Paths:
-----------
trunk/dports/sysutils/apachetop/files/
trunk/dports/sysutils/apachetop/files/patch-src-resolver.h
Modified: trunk/dports/sysutils/apachetop/Portfile
===================================================================
--- trunk/dports/sysutils/apachetop/Portfile 2009-09-26 20:44:24 UTC (rev 58329)
+++ trunk/dports/sysutils/apachetop/Portfile 2009-09-26 20:52:47 UTC (rev 58330)
@@ -2,20 +2,22 @@
PortSystem 1.0
name apachetop
-version 0.12.5
+version 0.12.6
categories sysutils www
description Top-like display of Apache logs
long_description ApacheTop watches a logfile generated by Apache (in \
standard common or combined logformat, and generates \
human-parsable output in realtime.
-homepage http://spork.qfe3.net/apachetop/
+homepage http://www.webta.org/projects/apachetop/
platforms darwin freebsd
maintainers mac.com:dre
-master_sites ${homepage}files/
-checksums md5 47c40c26319d57100008a2a56dcefe06
-depends_lib lib:libreadline:readline \
- lib:libpcre:pcre \
- lib:libadns:adns
-configure.args --with-logfile=/var/log/httpd/access_log \
- --mandir='\${prefix}/share/man'
+master_sites http://www.webta.org/apachetop/
+checksums md5 604283ac4bbbddd98fc9b1f11381657e \
+ sha1 005c9479800a418ee7febe5027478ca8cbf3c51b \
+ rmd160 bceb52e339100f244c0246423fb9b6972cde3d88
+depends_lib port:readline \
+ port:pcre \
+ port:adns
+patchfiles patch-src-resolver.h
+configure.args --with-logfile=/var/log/httpd/access_log
Added: trunk/dports/sysutils/apachetop/files/patch-src-resolver.h
===================================================================
--- trunk/dports/sysutils/apachetop/files/patch-src-resolver.h (rev 0)
+++ trunk/dports/sysutils/apachetop/files/patch-src-resolver.h 2009-09-26 20:52:47 UTC (rev 58330)
@@ -0,0 +1,14 @@
+--- src/resolver.h 2005-10-15 18:10:01.000000000 +0200
++++ src/resolver.h 2007-02-17 11:24:37.000000000
+0100
+@@ -10,8 +10,8 @@
+ class Resolver
+ {
+ public:
+- Resolver::Resolver(void);
+- Resolver::~Resolver(void);
++ Resolver(void);
++ ~Resolver(void);
+ int add_request(char *request, enum resolver_action act);
+
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090926/49cbe5d5/attachment.html>
More information about the macports-changes
mailing list