- Update to 17.2.9
This commit is contained in:
parent
283d67e640
commit
06a1d68472
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=535116
3 changed files with 8 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bareos17
|
||||
PKGNAMESUFFIX= -client-static
|
||||
PORTNAME= bareos
|
||||
PKGNAMESUFFIX= 17-client-static
|
||||
|
||||
COMMENT= Backup archiving recovery open sourced (static client)
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bareos17
|
||||
PORTNAME= bareos
|
||||
DISTVERSIONPREFIX= Release/
|
||||
DISTVERSION= 17.2.8
|
||||
DISTVERSION= 17.2.9
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES?= sysutils
|
||||
PKGNAMEPREFIX?= #
|
||||
PKGNAMESUFFIX?= -server
|
||||
PKGNAMESUFFIX?= 17-server
|
||||
|
||||
MAINTAINER= acm@FreeBSD.org
|
||||
COMMENT?= Backup archiving recovery open sourced (server)
|
||||
|
@ -21,8 +21,6 @@ LIB_DEPENDS+= liblzo2.so:archivers/lzo2 \
|
|||
|
||||
USES+= libtool:keepla pkgconfig readline:port shebangfix
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= ${PORTNAME:S/17//}
|
||||
GH_PROJECT= ${PORTNAME:S/17//}
|
||||
|
||||
USERS= bareos
|
||||
GROUPS= ${USERS}
|
||||
|
@ -37,8 +35,6 @@ SHEBANG_FILES= ${WRKSRC}/src/cats/make_catalog_backup.pl.in
|
|||
CPPFLAGS+= -I${LOCALBASE}/readline -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
ETCDIR= ${PREFIX}/etc/${PORTNAME:S/17//}
|
||||
|
||||
OPTIONS_DEFAULT= OPENSSL
|
||||
OPTIONS_SINGLE= CRYPTO
|
||||
OPTIONS_SINGLE_CRYPTO= OPENSSL GNUTLS
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1576174004
|
||||
SHA256 (bareos-bareos-Release-17.2.8_GH0.tar.gz) = 199457c82b8e61f3ec708f8a399d2db24e720fb62864ebab9ec7a077b4e7084b
|
||||
SIZE (bareos-bareos-Release-17.2.8_GH0.tar.gz) = 4190546
|
||||
TIMESTAMP = 1589322594
|
||||
SHA256 (bareos-bareos-Release-17.2.9_GH0.tar.gz) = 617b88902710c2581470df54c45d2411a11f1d63554b935f308877a9510f9347
|
||||
SIZE (bareos-bareos-Release-17.2.9_GH0.tar.gz) = 4190637
|
||||
|
|
Loading…
Reference in a new issue