aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bacula-server/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/bacula-server/Makefile')
-rw-r--r--sysutils/bacula-server/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile
index c99da649e43d..ee9e1a7cc0d0 100644
--- a/sysutils/bacula-server/Makefile
+++ b/sysutils/bacula-server/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= bacula
-PORTVERSION= 1.34.6
-PORTREVISION= 2
+PORTVERSION= 1.36.1
+PORTREVISION= 0
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= bacula
@@ -105,7 +105,7 @@ PLIST_SUB+= SERVER=""
RUN_DEPENDS+= ${LOCALBASE}/sbin/mtx:${PORTSDIR}/misc/mtx
.endif
-PORTDOCS= bacula.pdf ReleaseNotes html-manual/*
+PORTDOCS= bacula.pdf ReleaseNotes html-manual
pre-everything::
.if !defined(WITH_CLIENT_ONLY)
@@ -252,4 +252,6 @@ post-install:
.endif
@${ECHO_MSG} "*********************************************************************"
+ @$(CAT) pkg-message
+
.include <bsd.port.post.mk>