Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Feb 2006 08:30:11 GMT
From:      Chris Stuart <webmaster@lightningfire.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/93696: [maintainer update] www/awstats; change email + cleanup + ipv6 patch
Message-ID:  <200602220830.k1M8UBkZ085348@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/93696; it has been noted by GNATS.

From: Chris Stuart <webmaster@lightningfire.net>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/93696: [maintainer update] www/awstats; change email + cleanup + ipv6 patch
Date: Wed, 22 Feb 2006 00:20:34 -0800

 --Apple-Mail-2--919522188
 Content-Transfer-Encoding: 7bit
 Content-Type: text/plain;
 	charset=US-ASCII;
 	delsp=yes;
 	format=flowed
 
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=93696
 >
 >> Category:       ports
 >> Responsible:    freebsd-ports-bugs
 >> Synopsis:       [maintainer update] www/awstats; change email +  
 >> cleanup + ipv6 patch
 >> Arrival-Date:   Wed Feb 22 08:10:07 GMT 2006
 
 Forgot to include the patch.
 
 
 --Apple-Mail-2--919522188
 Content-Transfer-Encoding: 7bit
 Content-Type: application/octet-stream;
 	x-unix-mode=0644;
 	name="awstats-patch"
 Content-Disposition: attachment;
 	filename=awstats-patch
 
 --- Makefile.orig	Tue Feb 21 22:42:25 2006
 +++ Makefile	Tue Feb 21 23:17:15 2006
 @@ -11,7 +11,7 @@
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=	${PORTNAME}
  
 -MAINTAINER=	webmaster@lightningfire.net
 +MAINTAINER=	webmaster@shopcusa.com
  COMMENT=	Free real-time logfile analyzer to get advanced web statistics
  
  RUN_DEPENDS=	${SITE_PERL}/Net/XWhois.pm:${PORTSDIR}/net/p5-Net-XWhois
 @@ -21,8 +21,15 @@
  
  SUB_FILES=	pkg-message
  
 +OPTIONS=	IPV6 "Enable IPV6 for use with IPv6 Plugin" Off
 +
  .include <bsd.port.pre.mk>
  
 +.if defined(WITH_IPV6)
 +RUN_DEPENDS+=	${SITE_PERL}/Net/IP.pm:${PORTSDIR}/net-mgmt/p5-Net-IP
 +RUN_DEPENDS+=	${SITE_PERL}/mach/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS
 +.endif
 +
  .if ${PERL_LEVEL} < 500800
  RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
  .endif
 @@ -71,19 +78,7 @@
  	${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/lang/tooltips_w/*.txt ${PREFIX}/www/awstats/cgi-bin/lang/tooltips_w
  	${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/lang/*.txt ${PREFIX}/www/awstats/cgi-bin/lang
  	${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/lib/* ${PREFIX}/www/awstats/cgi-bin/lib
 -	${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/decodeutfkeys.pm ${PREFIX}/www/awstats/cgi-bin/plugins
 -	${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/geoip.pm ${PREFIX}/www/awstats/cgi-bin/plugins
 -	${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/geoipfree.pm ${PREFIX}/www/awstats/cgi-bin/plugins
 -	${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/graphapplet.pm ${PREFIX}/www/awstats/cgi-bin/plugins
 -	${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/hashfiles.pm ${PREFIX}/www/awstats/cgi-bin/plugins
 -	${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/hostinfo.pm ${PREFIX}/www/awstats/cgi-bin/plugins
 -	${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/ipv6.pm ${PREFIX}/www/awstats/cgi-bin/plugins
 -	${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/rawlog.pm ${PREFIX}/www/awstats/cgi-bin/plugins
 -	${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/timehires.pm ${PREFIX}/www/awstats/cgi-bin/plugins
 -	${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/timezone.pm ${PREFIX}/www/awstats/cgi-bin/plugins
 -	${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/tooltips.pm ${PREFIX}/www/awstats/cgi-bin/plugins
 -	${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/urlalias.pm ${PREFIX}/www/awstats/cgi-bin/plugins
 -	${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/userinfo.pm ${PREFIX}/www/awstats/cgi-bin/plugins
 +	${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/*.pm ${PREFIX}/www/awstats/cgi-bin/plugins
  	${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/example/* ${PREFIX}/www/awstats/cgi-bin/plugins/example
  	${INSTALL_DATA} ${WRKSRC}/wwwroot/css/* ${PREFIX}/www/awstats/css
  	${INSTALL_DATA} ${WRKSRC}/wwwroot/icon/browser/* ${PREFIX}/www/awstats/icons/browser
 --- pkg-plist.orig	Tue Feb 21 23:20:16 2006
 +++ pkg-plist	Tue Feb 21 23:25:49 2006
 @@ -143,9 +143,14 @@
  www/awstats/cgi-bin/lib/status_http.pm
  www/awstats/cgi-bin/lib/status_smtp.pm
  www/awstats/cgi-bin/lib/worms.pm
 +www/awstats/cgi-bin/plugins/clusterinfo.pm
  www/awstats/cgi-bin/plugins/decodeutfkeys.pm
  www/awstats/cgi-bin/plugins/example/example.pm
  www/awstats/cgi-bin/plugins/geoip.pm
 +www/awstats/cgi-bin/plugins/geoip_city_maxmind.pm
 +www/awstats/cgi-bin/plugins/geoip_isp_maxmind.pm
 +www/awstats/cgi-bin/plugins/geoip_org_maxmind.pm
 +www/awstats/cgi-bin/plugins/geoip_region_maxmind.pm
  www/awstats/cgi-bin/plugins/geoipfree.pm
  www/awstats/cgi-bin/plugins/graphapplet.pm
  www/awstats/cgi-bin/plugins/hashfiles.pm
 
 --Apple-Mail-2--919522188--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602220830.k1M8UBkZ085348>