svn commit: r350415 - head/www/c-icap-modules

Antoine Brodin antoine at FreeBSD.org
Sun Apr 6 21:36:44 UTC 2014


Author: antoine
Date: Sun Apr  6 21:36:43 2014
New Revision: 350415
URL: http://svnweb.freebsd.org/changeset/ports/350415
QAT: https://qat.redports.org/buildarchive/r350415/

Log:
  Finish stage support
  
  Reported by:	poudriere, make check-orphans
  With hat:	portmgr

Modified:
  head/www/c-icap-modules/Makefile
  head/www/c-icap-modules/pkg-plist

Modified: head/www/c-icap-modules/Makefile
==============================================================================
--- head/www/c-icap-modules/Makefile	Sun Apr  6 21:12:49 2014	(r350414)
+++ head/www/c-icap-modules/Makefile	Sun Apr  6 21:36:43 2014	(r350415)
@@ -3,6 +3,7 @@
 
 PORTNAME=	c-icap
 PORTVERSION=	0.3.2
+PORTREVISION=	1
 CATEGORIES=	www security
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/0.3.x/
 PKGNAMESUFFIX=	-modules
@@ -21,8 +22,6 @@ DATADIR=	${PREFIX}/share/c_icap
 
 CFLAGS+=	-DHAVE_STRNSTR
 
-MAN8=		c-icap-mods-sguardDB.8
-
 CONFIGURE_ARGS+=	--enable-static \
 			--with-c-icap=${LOCALBASE} \
 			--with-clamav=${LOCALBASE}

Modified: head/www/c-icap-modules/pkg-plist
==============================================================================
--- head/www/c-icap-modules/pkg-plist	Sun Apr  6 21:12:49 2014	(r350414)
+++ head/www/c-icap-modules/pkg-plist	Sun Apr  6 21:36:43 2014	(r350415)
@@ -22,6 +22,7 @@ lib/c_icap/srv_url_check.so
 lib/c_icap/virus_scan.a
 lib/c_icap/virus_scan.la
 lib/c_icap/virus_scan.so
+man/man8/c-icap-mods-sguardDB.8.gz
 %%DATADIR%%/templates/srv_url_check/en/DENY
 %%DATADIR%%/templates/virus_scan/en/VIR_MODE_HEAD
 %%DATADIR%%/templates/virus_scan/en/VIR_MODE_PROGRESS


More information about the svn-ports-all mailing list