o) Update to bug-fix release 1.38.1

This commit is contained in:
Lars Koeller 2005-11-15 20:29:24 +00:00
parent 6ae8223551
commit b8f23f47b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148401
3 changed files with 17 additions and 7 deletions

View file

@ -6,8 +6,8 @@
# #
PORTNAME= bacula PORTNAME= bacula
PORTVERSION= 1.38.0 PORTVERSION= 1.38.1
PORTREVISION= 1 #PORTREVISION= 0
CATEGORIES= sysutils CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= bacula MASTER_SITE_SUBDIR= bacula
@ -159,7 +159,7 @@ pre-everything::
@${ECHO_MSG} " WITH_MYSQL=yes if you want MySQL instead of SqLite as the database." @${ECHO_MSG} " WITH_MYSQL=yes if you want MySQL instead of SqLite as the database."
@${ECHO_MSG} " WITH_POSTGRESQL=yes if you want PostgreSQL instead of SqLite as the database." @${ECHO_MSG} " WITH_POSTGRESQL=yes if you want PostgreSQL instead of SqLite as the database."
@${ECHO_MSG} "" @${ECHO_MSG} ""
@${ECHO_MSG} "The default DB is SQLite!" @${ECHO_MSG} "The default DB is SQLite-2!"
.endif .endif
@${ECHO_MSG} "" @${ECHO_MSG} ""
@${ECHO_MSG} "===> Using ${DBTYPE} as the bacula database." @${ECHO_MSG} "===> Using ${DBTYPE} as the bacula database."
@ -309,6 +309,13 @@ post-install:
@${ECHO_MSG} "It is also important that all the scripts accessed" @${ECHO_MSG} "It is also important that all the scripts accessed"
@${ECHO_MSG} "by RunBeforeJob and RunAfterJob can be executed by" @${ECHO_MSG} "by RunBeforeJob and RunAfterJob can be executed by"
@${ECHO_MSG} "the user bacula." @${ECHO_MSG} "the user bacula."
@${ECHO_MSG} ""
@${ECHO_MSG} "For USB support read the bacula manual!! It could be necessary"
@${ECHO_MSG} "to configure/compile a new kernel!"
@${ECHO_MSG} ""
@${ECHO_MSG} "Look at $PREFIX/share/bacula/update_bacula_tables for"
@${ECHO_MSG} "database update procedure. Details can be found in the"
@${ECHO_MSG} "ReleaseNotes"
.endif .endif
@${ECHO_MSG} "*********************************************************************" @${ECHO_MSG} "*********************************************************************"

View file

@ -1,4 +1,4 @@
MD5 (bacula-1.38.0.tar.gz) = 872f5b86404e5c9b47bd56b9ffcb107c MD5 (bacula-1.38.1.tar.gz) = 3bbf805b873716ef782ae12c92a778b4
SIZE (bacula-1.38.0.tar.gz) = 1847955 SIZE (bacula-1.38.1.tar.gz) = 1856508
MD5 (bacula-docs-1.38.0.tar.gz) = b8b10ca59a23c132cf4658c55103b85e MD5 (bacula-docs-1.38.1.tar.gz) = 523ce33d8f038e9b16cdf03f5c2b66f0
SIZE (bacula-docs-1.38.0.tar.gz) = 22003257 SIZE (bacula-docs-1.38.1.tar.gz) = 23146890

View file

@ -7,4 +7,7 @@
IF YOU IGNORE THIS you may !! LOSE DATA !! IF YOU IGNORE THIS you may !! LOSE DATA !!
For USB support read the manual. It could be necessary
to configure/compile a new kernel!
################################################################################ ################################################################################