Date: Sat, 23 Feb 2019 19:05:18 +0000 (UTC) From: Dan Langille <dvl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493727 - head/sysutils/bacula9-server Message-ID: <201902231905.x1NJ5InF018312@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dvl Date: Sat Feb 23 19:05:17 2019 New Revision: 493727 URL: https://svnweb.freebsd.org/changeset/ports/493727 Log: Upgrade to 9.4.2 We skipped 9.4.1 & 9.4.0: there were buils issues on FreeBSD 9.4.2: https://sourceforge.net/p/bacula/mailman/message/36580007/ 9.4.1: https://www.bacula.org/bacula-release-9-4-1/ 9.4.0: https://sourceforge.net/p/bacula/mailman/message/36495161/ https://www.bacula.org/bacula-release-9-4-0/ Modified: head/sysutils/bacula9-server/Makefile head/sysutils/bacula9-server/distinfo head/sysutils/bacula9-server/pkg-plist Modified: head/sysutils/bacula9-server/Makefile ============================================================================== --- head/sysutils/bacula9-server/Makefile Sat Feb 23 19:01:57 2019 (r493726) +++ head/sysutils/bacula9-server/Makefile Sat Feb 23 19:05:17 2019 (r493727) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= bacula -PORTVERSION= 9.2.2 -PORTREVISION= 1 +PORTVERSION= 9.4.2 +PORTREVISION= 0 CATEGORIES?= sysutils MASTER_SITES= SF/bacula/bacula/${PORTVERSION} PKGNAMEPREFIX?= # Modified: head/sysutils/bacula9-server/distinfo ============================================================================== --- head/sysutils/bacula9-server/distinfo Sat Feb 23 19:01:57 2019 (r493726) +++ head/sysutils/bacula9-server/distinfo Sat Feb 23 19:05:17 2019 (r493727) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541600630 -SHA256 (bacula-9.2.2.tar.gz) = f02099d047d134041af48f75ad661a19975c56323f90aee76ef70afd3697222e -SIZE (bacula-9.2.2.tar.gz) = 4115575 +TIMESTAMP = 1550947755 +SHA256 (bacula-9.4.2.tar.gz) = a40d04d2c48135972cecb6578405e835c4b9d798c0950017de0fad40ca94e8a0 +SIZE (bacula-9.4.2.tar.gz) = 4163642 Modified: head/sysutils/bacula9-server/pkg-plist ============================================================================== --- head/sysutils/bacula9-server/pkg-plist Sat Feb 23 19:01:57 2019 (r493726) +++ head/sysutils/bacula9-server/pkg-plist Sat Feb 23 19:05:17 2019 (r493727) @@ -43,6 +43,7 @@ sbin/dbcheck %%DATADIR%%/btraceback.gdb %%DATADIR%%/btraceback.mdb %%DATADIR%%/create_bacula_database +%%DATADIR%%/isworm %%DATADIR%%/tapealert %%MYSQL%%%%DATADIR%%/create_mysql_database %%PGSQL%%%%DATADIR%%/create_postgresql_database
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902231905.x1NJ5InF018312>