Skip to content

Commit

Permalink
sysutils/bareos22-*: Update to 22.1.4
Browse files Browse the repository at this point in the history
- Replace BACULA_DIR to BAREOS_DIR into pkg-deinstall.client.in

ChangeLog at:	https://github.com/bareos/bareos/blob/Release/22.1.4/CHANGELOG.md
PR:		276634
Reported by:	Trond.Endrestol _at_ ximalas.info [1]
  • Loading branch information
alonsobsd committed May 2, 2024
1 parent c029768 commit 507488d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions sysutils/bareos22-server/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= bareos
DISTVERSIONPREFIX= Release/
DISTVERSION= 22.1.3
DISTVERSION= 22.1.4
PORTREVISION?= 0
CATEGORIES?= sysutils
PKGNAMEPREFIX?= #
Expand Down Expand Up @@ -191,7 +191,7 @@ MP1+= bsmtp.1 bregex.1 bwild.1 bareos-tray-monitor.1
MAKE_ENV+= MAN8="${MP8}" MAN1="${MP1}"

post-patch:
@${REINPLACE_CMD} '124,129d' ${WRKSRC}/CMakeLists.txt
@${REINPLACE_CMD} '133,138d' ${WRKSRC}/CMakeLists.txt
.if ${PKGNAMESUFFIX} == "22-server"
@${REINPLACE_CMD} '51d' ${WRKSRC}/core/src/plugins/CMakeLists.txt
.endif
Expand Down
6 changes: 3 additions & 3 deletions sysutils/bareos22-server/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1704433438
SHA256 (bareos-bareos-Release-22.1.3_GH0.tar.gz) = 765bf250a34296756051e896b28130b2ca3965cebaf310116c50e3e6c63d7d52
SIZE (bareos-bareos-Release-22.1.3_GH0.tar.gz) = 14745204
TIMESTAMP = 1714631090
SHA256 (bareos-bareos-Release-22.1.4_GH0.tar.gz) = fd2d2eb7557907e1fe85cb823ef51a31bfc2809d5cb25264d42685a24dafdb6d
SIZE (bareos-bareos-Release-22.1.4_GH0.tar.gz) = 14747141
2 changes: 1 addition & 1 deletion sysutils/bareos22-server/files/pkg-deinstall.client.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ USER=%%BAREOS_USER%%
GROUP=%%BAREOS_GROUP%%
UID=%%BAREOS_UID%%
GID=%%BAREOS_UID%%
BACULA_DIR=%%BAREOS_DIR%%
BAREOS_DIR=%%BAREOS_DIR%%

TMPFILE=/tmp/services-$RANDOM-$$

Expand Down
2 changes: 1 addition & 1 deletion www/bareos22-webui/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= bareos
DISTVERSIONPREFIX= Release/
DISTVERSION= 22.1.3
DISTVERSION= 22.1.4
CATEGORIES?= www sysutils
PKGNAMESUFFIX= 22-webui

Expand Down
6 changes: 3 additions & 3 deletions www/bareos22-webui/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1704486712
SHA256 (bareos-bareos-Release-22.1.3_GH0.tar.gz) = 765bf250a34296756051e896b28130b2ca3965cebaf310116c50e3e6c63d7d52
SIZE (bareos-bareos-Release-22.1.3_GH0.tar.gz) = 14745204
TIMESTAMP = 1714631970
SHA256 (bareos-bareos-Release-22.1.4_GH0.tar.gz) = fd2d2eb7557907e1fe85cb823ef51a31bfc2809d5cb25264d42685a24dafdb6d
SIZE (bareos-bareos-Release-22.1.4_GH0.tar.gz) = 14747141

0 comments on commit 507488d

Please sign in to comment.