Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Apr 2019 09:31:13 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498469 - head/sysutils/bacula9-server
Message-ID:  <201904090931.x399VDJd033025@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Apr  9 09:31:13 2019
New Revision: 498469
URL: https://svnweb.freebsd.org/changeset/ports/498469

Log:
  - Add LICENSE
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/bacula9-server/Makefile
  head/sysutils/bacula9-server/pkg-descr

Modified: head/sysutils/bacula9-server/Makefile
==============================================================================
--- head/sysutils/bacula9-server/Makefile	Tue Apr  9 09:29:55 2019	(r498468)
+++ head/sysutils/bacula9-server/Makefile	Tue Apr  9 09:31:13 2019	(r498469)
@@ -12,6 +12,9 @@ PKGNAMESUFFIX?=	9-server
 MAINTAINER=	dvl@FreeBSD.org
 COMMENT?=	Network backup solution (server)
 
+LICENSE=	AGPLv3
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 USES+=		libtool readline shebangfix ssl
 SHEBANG_FILES=	src/cats/make_catalog_backup.pl.in
 python_OLD_CMD=	@PYTHON@

Modified: head/sysutils/bacula9-server/pkg-descr
==============================================================================
--- head/sysutils/bacula9-server/pkg-descr	Tue Apr  9 09:29:55 2019	(r498468)
+++ head/sysutils/bacula9-server/pkg-descr	Tue Apr  9 09:31:13 2019	(r498469)
@@ -8,4 +8,4 @@ recover lost or damaged files. Due to its modular desi
 scalable from small single computer systems to systems consisting of
 hundreds of computers located over a large network.
 
-WWW: http://www.bacula.org/
+WWW: https://www.bacula.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904090931.x399VDJd033025>