Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 May 2016 13:43:31 +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: r415385 - head/www/squidclamav
Message-ID:  <201605171343.u4HDhVL4051039@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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:



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