Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Apr 2015 00:28:15 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384473 - head/www/squidclamav
Message-ID:  <201504220028.t3M0SFRw068528@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Apr 22 00:28:14 2015
New Revision: 384473
URL: https://svnweb.freebsd.org/changeset/ports/384473

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

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

Modified: head/www/squidclamav/Makefile
==============================================================================
--- head/www/squidclamav/Makefile	Wed Apr 22 00:27:58 2015	(r384472)
+++ head/www/squidclamav/Makefile	Wed Apr 22 00:28:14 2015	(r384473)
@@ -16,9 +16,10 @@ LIB_DEPENDS+=	libicapapi.so:${PORTSDIR}/
 
 GNU_CONFIGURE=	yes
 CFLAGS+=	-DHAVE_STRNSTR
-USES=		shebangfix libtool
+USES=		cpe shebangfix libtool
 SHEBANG_FILES=	cgi-bin/clwarn.cgi*
 INSTALL_TARGET=	install-strip
+CPE_VENDOR=	darold
 
 CONFIGURE_ARGS+=	--enable-shared --enable-static \
 			--sysconfdir="${PREFIX}/etc/c-icap" \

Modified: head/www/squidclamav/pkg-descr
==============================================================================
--- head/www/squidclamav/pkg-descr	Wed Apr 22 00:27:58 2015	(r384472)
+++ head/www/squidclamav/pkg-descr	Wed Apr 22 00:28:14 2015	(r384473)
@@ -21,4 +21,4 @@ scanned by Clamav antivirus, this contro
 - At HTTP header level, where you can disable virus scanning following
   the content type or file size.
 
-WWW: http://squidclamav.darold.net
+WWW: http://squidclamav.darold.net/



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