svn commit: r386556 - head/www/awstats

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat May 16 16:37:13 UTC 2015


Author: amdmi3
Date: Sat May 16 16:37:12 2015
New Revision: 386556
URL: https://svnweb.freebsd.org/changeset/ports/386556

Log:
  - Add CPE info
  - Fix WWW:
  
  Approved by:	portmgr blanket

Modified:
  head/www/awstats/Makefile
  head/www/awstats/pkg-descr

Modified: head/www/awstats/Makefile
==============================================================================
--- head/www/awstats/Makefile	Sat May 16 16:33:29 2015	(r386555)
+++ head/www/awstats/Makefile	Sat May 16 16:37:12 2015	(r386556)
@@ -14,7 +14,8 @@ LICENSE=	GPLv2
 
 RUN_DEPENDS=	p5-Net-XWhois>=0:${PORTSDIR}/net/p5-Net-XWhois
 
-USES=		dos2unix perl5 shebangfix
+USES=		dos2unix cpe perl5 shebangfix
+CPE_VENDOR=	laurent_destailleur
 
 SHEBANG_FILES=	tools/*.pl wwwroot/cgi-bin/*.pl wwwroot/cgi-bin/plugins/*.pm
 

Modified: head/www/awstats/pkg-descr
==============================================================================
--- head/www/awstats/pkg-descr	Sat May 16 16:33:29 2015	(r386555)
+++ head/www/awstats/pkg-descr	Sat May 16 16:37:12 2015	(r386556)
@@ -12,4 +12,4 @@ It can analyze log files from IIS (W3C l
 and most of all web, proxy, WAP, and streaming servers (and FTP 
 servers or mail logs).
 
-WWW: http://awstats.sourceforge.net
+WWW: http://awstats.sourceforge.net/


More information about the svn-ports-head mailing list