Index: head/www/c-icap-modules/Makefile =================================================================== --- head/www/c-icap-modules/Makefile (revision 467017) +++ head/www/c-icap-modules/Makefile (revision 467018) @@ -1,33 +1,33 @@ # Created by: Martin Matuska # $FreeBSD$ PORTNAME= c-icap -PORTVERSION= 0.4.5 +PORTVERSION= 0.5.1 CATEGORIES= www security -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/0.4.x/ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/0.5.x/ PKGNAMESUFFIX= -modules DISTNAME= c_icap_modules-${PORTVERSION} MAINTAINER= rodrigo@FreeBSD.org COMMENT= Modules for c-icap: virus_scan and srv_url_check LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libicapapi.so:www/c-icap \ libclamav.so:security/clamav USES= libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static \ --with-c-icap=${LOCALBASE} \ --with-clamav=${LOCALBASE} INSTALL_TARGET= install-strip DATADIR= ${PREFIX}/share/c_icap CFLAGS+= -DHAVE_STRNSTR pre-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/c-icap .include Index: head/www/c-icap-modules/distinfo =================================================================== --- head/www/c-icap-modules/distinfo (revision 467017) +++ head/www/c-icap-modules/distinfo (revision 467018) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490989632 -SHA256 (c_icap_modules-0.4.5.tar.gz) = 5312e6f208e2191797008b4a76ba303ab8048a108a1721cde4a217aed74d6674 -SIZE (c_icap_modules-0.4.5.tar.gz) = 450090 +TIMESTAMP = 1523222141 +SHA256 (c_icap_modules-0.5.1.tar.gz) = a34988e5367649cec29ce6e1f846d97f1728f74addaa6b520e3db213b54400a1 +SIZE (c_icap_modules-0.5.1.tar.gz) = 451386 Index: head/www/c-icap-modules/files/patch-services_url__check_Makefile.in =================================================================== --- head/www/c-icap-modules/files/patch-services_url__check_Makefile.in (revision 467017) +++ head/www/c-icap-modules/files/patch-services_url__check_Makefile.in (revision 467018) @@ -1,10 +1,10 @@ ---- services/url_check/Makefile.in.orig 2016-01-03 23:26:26 UTC +--- services/url_check/Makefile.in.orig 2018-04-10 21:33:16 UTC +++ services/url_check/Makefile.in -@@ -843,7 +843,6 @@ +@@ -855,7 +855,6 @@ uninstall-man: uninstall-man8 install-data-local: - $(INSTALL) srv_url_check.conf $(DESTDIR)$(CONFIGDIR)/srv_url_check.conf.default + $(INSTALL) $(srcdir)/srv_url_check.conf $(DESTDIR)$(CONFIGDIR)/srv_url_check.conf.default - if test ! -f $(DESTDIR)$(CONFIGDIR)/srv_url_check.conf; then $(INSTALL) srv_url_check.conf $(DESTDIR)$(CONFIGDIR)/srv_url_check.conf; fi $(mkinstalldirs) $(DESTDIR)$(cicapdatadir)/templates/srv_url_check/en - $(INSTALL) $(TMPLS) $(DESTDIR)$(cicapdatadir)/templates/srv_url_check/en/ + for f in $(TMPLS); do $(INSTALL) $(srcdir)/$$f $(DESTDIR)$(cicapdatadir)/templates/srv_url_check/en/; done Index: head/www/c-icap-modules/files/patch-services_virus__scan_Makefile.in =================================================================== --- head/www/c-icap-modules/files/patch-services_virus__scan_Makefile.in (revision 467017) +++ head/www/c-icap-modules/files/patch-services_virus__scan_Makefile.in (revision 467018) @@ -1,10 +1,10 @@ ---- services/virus_scan/Makefile.in.orig 2016-01-03 23:26:16 UTC +--- services/virus_scan/Makefile.in.orig 2018-04-10 21:34:48 UTC +++ services/virus_scan/Makefile.in -@@ -750,7 +750,6 @@ +@@ -754,7 +754,6 @@ uninstall-am: uninstall-cicapmoduleLTLIB install-data-local: for f in $(CONFS); do \ - $(INSTALL) $$f $(DESTDIR)$(CONFIGDIR)/$$f.default; \ -- if test ! -f $(DESTDIR)$(CONFIGDIR)/$$f; then $(INSTALL) $$f $(DESTDIR)$(CONFIGDIR)/$$f; fi \ + $(INSTALL) $(srcdir)/$$f $(DESTDIR)$(CONFIGDIR)/$$f.default; \ +- if test ! -f $(DESTDIR)$(CONFIGDIR)/$$f; then $(INSTALL) $(srcdir)/$$f $(DESTDIR)$(CONFIGDIR)/$$f; fi \ done $(mkinstalldirs) $(DESTDIR)$(cicapdatadir)/templates/virus_scan/en/ - for f in $(TMPLS); do $(INSTALL) $$f $(DESTDIR)$(cicapdatadir)/templates/virus_scan/en/; done + for f in $(TMPLS); do $(INSTALL) $(srcdir)/$$f $(DESTDIR)$(cicapdatadir)/templates/virus_scan/en/; done