Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Feb 2020 21:40:54 +0000 (UTC)
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525236 - in head/www: . bareos18-webui
Message-ID:  <202002042140.014Lesmo034003@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: acm
Date: Tue Feb  4 21:40:54 2020
New Revision: 525236
URL: https://svnweb.freebsd.org/changeset/ports/525236

Log:
  - Copy bareos-* ports to bareos18-*. bareos-* will be update to 19.2.5

Added:
  head/www/bareos18-webui/
     - copied from r525234, head/www/bareos-webui/
Modified:
  head/www/Makefile
  head/www/bareos18-webui/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Tue Feb  4 21:39:41 2020	(r525235)
+++ head/www/Makefile	Tue Feb  4 21:40:54 2020	(r525236)
@@ -42,6 +42,7 @@
     SUBDIR += bareos-webui
     SUBDIR += bareos16-webui
     SUBDIR += bareos17-webui
+    SUBDIR += bareos18-webui
     SUBDIR += bkmrkconv
     SUBDIR += blastbeat
     SUBDIR += bluefish

Modified: head/www/bareos18-webui/Makefile
==============================================================================
--- head/www/bareos-webui/Makefile	Tue Feb  4 20:47:28 2020	(r525234)
+++ head/www/bareos18-webui/Makefile	Tue Feb  4 21:40:54 2020	(r525236)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PORTNAME=       bareos
+PORTNAME=       bareos18
 DISTVERSIONPREFIX=      Release/
 DISTVERSION=    18.2.7
 CATEGORIES?=    www sysutils
@@ -13,6 +13,8 @@ LICENSE=	AGPLv3+
 LICENSE_FILE=	${WRKSRC}/webui/LICENSE
 
 USE_GITHUB=	yes
+GH_ACCOUNT=	bareos
+GH_PROJECT=	bareos
 
 USES=		php
 USE_PHP=	openssl gettext ctype hash json session iconv



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