svn commit: r354141 - in head: security/clamav security/clamav/files security/clamcour security/py-clamav security/spybye www/c-icap-modules www/gurlchecker www/havp www/mod_clamav

Renato Botelho garga at FreeBSD.org
Thu May 15 15:40:28 UTC 2014


Author: garga
Date: Thu May 15 15:40:25 2014
New Revision: 354141
URL: http://svnweb.freebsd.org/changeset/ports/354141
QAT: https://qat.redports.org/buildarchive/r354141/

Log:
  . Add USES=libtool on security/clamav
  . Drop .la files
  . Since lib version was downgraded, bump portrevision on ports that depends of clamav
  . Fix REQUIRE names on rc.d scripts

Modified:
  head/security/clamav/Makefile
  head/security/clamav/files/clamav-freshclam.in
  head/security/clamav/files/clamav-milter.in
  head/security/clamav/pkg-plist
  head/security/clamcour/Makefile
  head/security/py-clamav/Makefile
  head/security/spybye/Makefile
  head/www/c-icap-modules/Makefile
  head/www/gurlchecker/Makefile
  head/www/havp/Makefile
  head/www/mod_clamav/Makefile

Modified: head/security/clamav/Makefile
==============================================================================
--- head/security/clamav/Makefile	Thu May 15 15:35:58 2014	(r354140)
+++ head/security/clamav/Makefile	Thu May 15 15:40:25 2014	(r354141)
@@ -3,7 +3,7 @@
 
 PORTNAME=	clamav
 PORTVERSION=	0.98.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	SF
 
@@ -49,7 +49,7 @@ DMG_XAR_USE=		GNOME=libxml2
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USES=		gmake
+USES=		gmake libtool
 INSTALL_TARGET=	install-strip
 USE_RC_SUBR=	clamav-clamd clamav-freshclam
 

Modified: head/security/clamav/files/clamav-freshclam.in
==============================================================================
--- head/security/clamav/files/clamav-freshclam.in	Thu May 15 15:35:58 2014	(r354140)
+++ head/security/clamav/files/clamav-freshclam.in	Thu May 15 15:40:25 2014	(r354141)
@@ -4,7 +4,7 @@
 #
 
 # PROVIDE: clamav_freshclam
-# REQUIRE: LOGIN clamd
+# REQUIRE: LOGIN clamav_clamd
 # BEFORE: mail
 # KEYWORD: shutdown
 

Modified: head/security/clamav/files/clamav-milter.in
==============================================================================
--- head/security/clamav/files/clamav-milter.in	Thu May 15 15:35:58 2014	(r354140)
+++ head/security/clamav/files/clamav-milter.in	Thu May 15 15:40:25 2014	(r354141)
@@ -4,7 +4,7 @@
 #
 
 # PROVIDE: clamav_milter
-# REQUIRE: LOGIN clamd
+# REQUIRE: LOGIN clamav_clamd
 # BEFORE: mail
 # KEYWORD: shutdown
 

Modified: head/security/clamav/pkg-plist
==============================================================================
--- head/security/clamav/pkg-plist	Thu May 15 15:35:58 2014	(r354140)
+++ head/security/clamav/pkg-plist	Thu May 15 15:40:25 2014	(r354141)
@@ -11,15 +11,15 @@ bin/sigtool
 sbin/clamd
 include/clamav.h
 include/clamav-config.h
-lib/libclamav.la
 lib/libclamav.so
-lib/libclamav.so.7
-%%UNRAR%%lib/libclamunrar.la
+lib/libclamav.so.6
+lib/libclamav.so.6.1.22
 %%UNRAR%%lib/libclamunrar.so
-%%UNRAR%%lib/libclamunrar.so.7
-%%UNRAR%%lib/libclamunrar_iface.la
+%%UNRAR%%lib/libclamunrar.so.6
+%%UNRAR%%lib/libclamunrar.so.6.1.22
 %%UNRAR%%lib/libclamunrar_iface.so
-%%UNRAR%%lib/libclamunrar_iface.so.7
+%%UNRAR%%lib/libclamunrar_iface.so.6
+%%UNRAR%%lib/libclamunrar_iface.so.6.1.22
 libdata/pkgconfig/libclamav.pc
 man/man1/clambc.1.gz
 man/man1/clamconf.1.gz

Modified: head/security/clamcour/Makefile
==============================================================================
--- head/security/clamcour/Makefile	Thu May 15 15:35:58 2014	(r354140)
+++ head/security/clamcour/Makefile	Thu May 15 15:40:25 2014	(r354141)
@@ -3,7 +3,7 @@
 
 PORTNAME=	clamcour
 PORTVERSION=	0.3.8
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	security mail
 MASTER_SITES=	http://www.becrux.com/pages/projects/clamcour/
 

Modified: head/security/py-clamav/Makefile
==============================================================================
--- head/security/py-clamav/Makefile	Thu May 15 15:35:58 2014	(r354140)
+++ head/security/py-clamav/Makefile	Thu May 15 15:40:25 2014	(r354141)
@@ -3,7 +3,7 @@
 
 PORTNAME=	clamav
 PORTVERSION=	0.4.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	security python
 MASTER_SITES=	http://xael.org/norman/python/pyclamav/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/security/spybye/Makefile
==============================================================================
--- head/security/spybye/Makefile	Thu May 15 15:35:58 2014	(r354140)
+++ head/security/spybye/Makefile	Thu May 15 15:40:25 2014	(r354141)
@@ -3,7 +3,7 @@
 
 PORTNAME=	spybye
 PORTVERSION=	0.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	security www
 MASTER_SITES=	http://www.monkey.org/~provos/
 

Modified: head/www/c-icap-modules/Makefile
==============================================================================
--- head/www/c-icap-modules/Makefile	Thu May 15 15:35:58 2014	(r354140)
+++ head/www/c-icap-modules/Makefile	Thu May 15 15:40:25 2014	(r354141)
@@ -3,7 +3,7 @@
 
 PORTNAME=	c-icap
 PORTVERSION=	0.3.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www security
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/0.3.x/
 PKGNAMESUFFIX=	-modules

Modified: head/www/gurlchecker/Makefile
==============================================================================
--- head/www/gurlchecker/Makefile	Thu May 15 15:35:58 2014	(r354140)
+++ head/www/gurlchecker/Makefile	Thu May 15 15:40:25 2014	(r354141)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gurlchecker
 PORTVERSION=	0.10.1
-PORTREVISION=	20
+PORTREVISION=	21
 CATEGORIES=	www gnome
 MASTER_SITES=	http://labs.libre-entreprise.org/frs/download.php/%SUBDIR%/
 MASTER_SITE_SUBDIR=	547

Modified: head/www/havp/Makefile
==============================================================================
--- head/www/havp/Makefile	Thu May 15 15:35:58 2014	(r354140)
+++ head/www/havp/Makefile	Thu May 15 15:40:25 2014	(r354141)
@@ -3,7 +3,7 @@
 
 PORTNAME=	havp
 PORTVERSION=	0.91
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www
 MASTER_SITES=	http://www.server-side.de/download/ \
 		http://bio3k.softboard.ru/uploads/arch/ \

Modified: head/www/mod_clamav/Makefile
==============================================================================
--- head/www/mod_clamav/Makefile	Thu May 15 15:35:58 2014	(r354140)
+++ head/www/mod_clamav/Makefile	Thu May 15 15:40:25 2014	(r354141)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mod_clamav
 PORTVERSION=	0.23
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	www security
 MASTER_SITES=	http://software.othello.ch/mod_clamav/ \
 		http://www.kommunity.net/download/mod_clamav/


More information about the svn-ports-all mailing list