aboutsummaryrefslogtreecommitdiff
path: root/www/c-icap-modules
diff options
context:
space:
mode:
authorRodrigo Osorio <rodrigo@FreeBSD.org>2018-04-10 21:47:22 +0000
committerRodrigo Osorio <rodrigo@FreeBSD.org>2018-04-10 21:47:22 +0000
commitf7c8bd5dcdd4735c93ba620387f64e4d23973509 (patch)
tree946356126c8f03cb1b6aa71a90f8ef3e32e920b4 /www/c-icap-modules
parentff895ea6b92fd787fc8575ad36798979f25bda27 (diff)
downloadports-f7c8bd5dcdd4735c93ba620387f64e4d23973509.tar.gz
ports-f7c8bd5dcdd4735c93ba620387f64e4d23973509.zip
Upgrade c-icap-modules from 0.4.5 to 0.5.1
Changes : Fixes to compile with the c-icap-0.5.x releases
Notes
Notes: svn path=/head/; revision=467018
Diffstat (limited to 'www/c-icap-modules')
-rw-r--r--www/c-icap-modules/Makefile4
-rw-r--r--www/c-icap-modules/distinfo6
-rw-r--r--www/c-icap-modules/files/patch-services_url__check_Makefile.in8
-rw-r--r--www/c-icap-modules/files/patch-services_virus__scan_Makefile.in10
4 files changed, 14 insertions, 14 deletions
diff --git a/www/c-icap-modules/Makefile b/www/c-icap-modules/Makefile
index 5607cbdfa017..4f64a0162793 100644
--- a/www/c-icap-modules/Makefile
+++ b/www/c-icap-modules/Makefile
@@ -2,9 +2,9 @@
# $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}
diff --git a/www/c-icap-modules/distinfo b/www/c-icap-modules/distinfo
index 64a07a8208ca..556abcde910a 100644
--- a/www/c-icap-modules/distinfo
+++ b/www/c-icap-modules/distinfo
@@ -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
diff --git a/www/c-icap-modules/files/patch-services_url__check_Makefile.in b/www/c-icap-modules/files/patch-services_url__check_Makefile.in
index cfdc1b350558..7449e200f05d 100644
--- a/www/c-icap-modules/files/patch-services_url__check_Makefile.in
+++ b/www/c-icap-modules/files/patch-services_url__check_Makefile.in
@@ -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
diff --git a/www/c-icap-modules/files/patch-services_virus__scan_Makefile.in b/www/c-icap-modules/files/patch-services_virus__scan_Makefile.in
index 16b36cbb58f6..36d643a7e4af 100644
--- a/www/c-icap-modules/files/patch-services_virus__scan_Makefile.in
+++ b/www/c-icap-modules/files/patch-services_virus__scan_Makefile.in
@@ -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