svn commit: r525236 - in head/www: . bareos18-webui

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Tue Feb 4 21:40:55 UTC 2020


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


More information about the svn-ports-all mailing list