svn commit: r501126 - in head/sysutils: . bareos-client-static bareos-traymonitor bareos17-client-static
Jose Alonso Cardenas Marquez
acm at FreeBSD.org
Thu May 9 18:17:14 UTC 2019
Author: acm
Date: Thu May 9 18:17:13 2019
New Revision: 501126
URL: https://svnweb.freebsd.org/changeset/ports/501126
Log:
- Move sysutils/bareos-client-static to sysutils/bareos17-client-static
Added:
head/sysutils/bareos-traymonitor/
- copied from r486467, head/sysutils/bareos-traymonitor/
head/sysutils/bareos17-client-static/
- copied from r501125, head/sysutils/bareos-client-static/
Deleted:
head/sysutils/bareos-client-static/
Modified:
head/sysutils/Makefile
head/sysutils/bareos17-client-static/Makefile
Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile Thu May 9 18:04:39 2019 (r501125)
+++ head/sysutils/Makefile Thu May 9 18:17:13 2019 (r501126)
@@ -81,13 +81,13 @@
SUBDIR += baloo-widgets
SUBDIR += bamf
SUBDIR += bareos-client
- SUBDIR += bareos-client-static
SUBDIR += bareos-docs
SUBDIR += bareos-server
SUBDIR += bareos16-client
SUBDIR += bareos16-client-static
SUBDIR += bareos16-server
SUBDIR += bareos17-client
+ SUBDIR += bareos17-client-static
SUBDIR += bareos17-server
SUBDIR += bastille
SUBDIR += batmon
Modified: head/sysutils/bareos17-client-static/Makefile
==============================================================================
--- head/sysutils/bareos-client-static/Makefile Thu May 9 18:04:39 2019 (r501125)
+++ head/sysutils/bareos17-client-static/Makefile Thu May 9 18:17:13 2019 (r501126)
@@ -1,6 +1,6 @@
# $FreeBSD$
-PORTNAME= bareos
+PORTNAME= bareos17
PKGNAMESUFFIX= -client-static
COMMENT= Backup archiving recovery open sourced (static client)
@@ -8,7 +8,7 @@ COMMENT= Backup archiving recovery open sourced (stati
CONFLICTS= bareos16-client-static-*
PLIST= ${.CURDIR}/pkg-plist
-MASTERDIR= ${.CURDIR}/../../sysutils/bareos-server
+MASTERDIR= ${.CURDIR}/../../sysutils/bareos17-server
PLIST_FILES= sbin/bareos-fd-static \
sbin/bconsole-static
More information about the svn-ports-head
mailing list