Skip to content

Commit

Permalink
devel/github-backup-utils: Update to 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed May 27, 2023
1 parent 4b8a7c7 commit 23b3101
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions devel/github-backup-utils/Makefile
@@ -1,6 +1,5 @@
PORTNAME= github-backup-utils
PORTVERSION= 3.5.0
PORTREVISION= 1
PORTVERSION= 3.8.0
DISTVERSIONPREFIX= v
CATEGORIES= devel
MASTER_SITES= https://github.com/github/backup-utils/releases/download/v${PORTVERSION}/
Expand Down Expand Up @@ -29,8 +28,8 @@ post-patch:
@${REINPLACE_CMD} -e 's|/etc/github-backup-utils/backup.config|${PREFIX}/etc/github.backup.config|g' ${WRKSRC}/share/github-backup-utils/ghe-backup-config

do-install:
(cd ${WRKSRC}/bin && ${COPYTREE_BIN} . ${STAGEDIR}${PREFIX}/bin)
cd ${WRKSRC}/bin && ${COPYTREE_BIN} . ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/backup.config-example ${STAGEDIR}${PREFIX}/etc/github.backup.config.sample
(cd ${WRKSRC}/share/github-backup-utils && ${COPYTREE_BIN} . ${STAGEDIR}${DATADIR})
cd ${WRKSRC}/share/github-backup-utils && ${COPYTREE_BIN} . ${STAGEDIR}${DATADIR}

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions devel/github-backup-utils/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1654774054
SHA256 (github-backup-utils-v3.5.0.tar.gz) = 5aa8ba7c81d337fa31479bd9a7c61bf7f98fe318ed5d29a98bd97942c689adc5
SIZE (github-backup-utils-v3.5.0.tar.gz) = 116692
TIMESTAMP = 1684104310
SHA256 (github-backup-utils-v3.8.0.tar.gz) = 684b0fd2a7996cd55311463e3d7eb4dcbf544edff6e90ec1fba7a371b1dcea6b
SIZE (github-backup-utils-v3.8.0.tar.gz) = 116682
2 changes: 1 addition & 1 deletion devel/github-backup-utils/pkg-plist
Expand Up @@ -23,7 +23,7 @@ bin/ghe-restore
%%DATADIR%%/ghe-backup-store-version
%%DATADIR%%/ghe-backup-strategy
%%DATADIR%%/ghe-backup-userdata
%%DATADIR%%/ghe-cluster-nodes
%%DATADIR%%/ghe-cluster-find-nodes
%%DATADIR%%/ghe-detect-leaked-ssh-keys
%%DATADIR%%/ghe-docker-init
%%DATADIR%%/ghe-gc-disable
Expand Down

0 comments on commit 23b3101

Please sign in to comment.