diff options
author | dvl <dvl@FreeBSD.org> | 2015-10-22 06:46:07 +0800 |
---|---|---|
committer | dvl <dvl@FreeBSD.org> | 2015-10-22 06:46:07 +0800 |
commit | 8bbc8515ec207b5796055d95aa38a43b08bea931 (patch) | |
tree | 8bf6d7389abc101f2a07e20d0c3f2070f234fa6a /sysutils/bacula-client | |
parent | 1a8c20d5f970e11faf50779bade030f304f4785e (diff) | |
download | freebsd-ports-gnome-8bbc8515ec207b5796055d95aa38a43b08bea931.tar.gz freebsd-ports-gnome-8bbc8515ec207b5796055d95aa38a43b08bea931.tar.zst freebsd-ports-gnome-8bbc8515ec207b5796055d95aa38a43b08bea931.zip |
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)
Diffstat (limited to 'sysutils/bacula-client')
-rw-r--r-- | sysutils/bacula-client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |