svn commit: r415385 - head/www/squidclamav

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue May 17 13:43:33 UTC 2016


Author: amdmi3
Date: Tue May 17 13:43:31 2016
New Revision: 415385
URL: https://svnweb.freebsd.org/changeset/ports/415385

Log:
  - Simplify MASTER_SITES
  - Clarify LICENSE
  - Cosmetic fixes

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

Modified: head/www/squidclamav/Makefile
==============================================================================
--- head/www/squidclamav/Makefile	Tue May 17 13:43:23 2016	(r415384)
+++ head/www/squidclamav/Makefile	Tue May 17 13:43:31 2016	(r415385)
@@ -4,25 +4,25 @@
 PORTNAME=	squidclamav
 PORTVERSION=	6.14
 CATEGORIES=	www security
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
+MASTER_SITES=	SF
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Clamav c-icap service and redirector for Squid
 
-LICENSE=	GPLv3
+LICENSE=	GPLv3+
 
-LIB_DEPENDS+=	libicapapi.so:www/c-icap
+LIB_DEPENDS=	libicapapi.so:www/c-icap
 
-GNU_CONFIGURE=	yes
-CFLAGS+=	-DHAVE_STRNSTR
 USES=		cpe libtool shebangfix
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--enable-shared --enable-static \
+		--sysconfdir="${PREFIX}/etc/c-icap" \
+		--with-c-icap=${LOCALBASE}
 SHEBANG_FILES=	cgi-bin/clwarn.cgi*
-INSTALL_TARGET=	install-strip
 CPE_VENDOR=	darold
+INSTALL_TARGET=	install-strip
 
-CONFIGURE_ARGS+=	--enable-shared --enable-static \
-			--sysconfdir="${PREFIX}/etc/c-icap" \
-			--with-c-icap=${LOCALBASE}
+CFLAGS+=	-DHAVE_STRNSTR
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|CFGDIR=.*|CFGDIR="${PREFIX}/etc/c-icap"|g' \

Modified: head/www/squidclamav/pkg-descr
==============================================================================
--- head/www/squidclamav/pkg-descr	Tue May 17 13:43:23 2016	(r415384)
+++ head/www/squidclamav/pkg-descr	Tue May 17 13:43:31 2016	(r415385)
@@ -9,7 +9,7 @@ to add more securing on your network for
 
 SquidClamav is build for speed and security in mind, it is first used
 and tested to secure a network with 2,500 and more users. It is also known
-to working fast with 15000+ users. 
+to working fast with 15000+ users.
 
 With SquidClamav You have full control of what kind of HTTP stream must be
 scanned by Clamav antivirus, this control operate at 3 different levels:


More information about the svn-ports-head mailing list