From 8bbc8515ec207b5796055d95aa38a43b08bea931 Mon Sep 17 00:00:00 2001 From: dvl Date: Wed, 21 Oct 2015 22:46:07 +0000 Subject: Improve the upgrade process with respect to shared libraries My thanks to Larry Rosenman who did all the heavy lifting on this patch. The existing port relied heavily upon an agressive sed which seems to have adverse affects. Submitted by: ler@lerctr.org PR: 193641 193617 Approved by: mat (mentor) --- sysutils/bacula-client/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysutils/bacula-client') diff --git a/sysutils/bacula-client/Makefile b/sysutils/bacula-client/Makefile index e90c23a8ce80..b583fb0ba30d 100644 --- a/sysutils/bacula-client/Makefile +++ b/sysutils/bacula-client/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bacula -PORTREVISION= 2 +PORTREVISION= 3 PKGNAMESUFFIX= -client COMMENT= Network backup solution (client) -- cgit