Skip to content

Commit

Permalink
net/eternalterminal: Update to 6.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nunotexbsd committed May 1, 2024
1 parent 8dfd940 commit 6a39038
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
12 changes: 4 additions & 8 deletions net/eternalterminal/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
PORTNAME= eternalterminal
DISTVERSIONPREFIX= et-v
DISTVERSION= 6.2.8
PORTREVISION= 1
DISTVERSION= 6.2.9
CATEGORIES= net

MAINTAINER= eduardo@FreeBSD.org
Expand All @@ -11,6 +10,8 @@ WWW= https://eternalterminal.dev/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE

BROKEN_FreeBSD_13= OpenSSL versions prior to 3.0.0 are not supported

LIB_DEPENDS= libprotobuf.so:devel/protobuf \
libsodium.so:security/libsodium \
libunwind.so:devel/libunwind
Expand All @@ -28,12 +29,7 @@ CONFLICTS_INSTALL= linux-enemyterritory # bin/et
post-patch:
@${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},' ${WRKSRC}/rc.d/etserver

# Install manually to avoid extra files: https://github.com/MisterTea/EternalTerminal/issues/601
do-install:
.for exec in et etserver etterminal htm htmd
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${exec} \
${STAGEDIR}${PREFIX}/bin
.endfor
post-install:
${MKDIR} ${STAGEDIR}${PREFIX}/etc/etserver
${INSTALL_DATA} ${WRKSRC}/etc/et.cfg \
${STAGEDIR}${PREFIX}/etc/etserver/et.cfg.sample
Expand Down
6 changes: 3 additions & 3 deletions net/eternalterminal/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1707758298
SHA256 (MisterTea-EternalTerminal-et-v6.2.8_GH0.tar.gz) = 6c1a23a2fe9229a882622378126d4482ae67328a5ca8ef660f14034401711764
SIZE (MisterTea-EternalTerminal-et-v6.2.8_GH0.tar.gz) = 23387724
TIMESTAMP = 1714591736
SHA256 (MisterTea-EternalTerminal-et-v6.2.9_GH0.tar.gz) = 13bfb2722b011b5f0a28fa619508deca96deec9eee5e42b922add0c166d8185a
SIZE (MisterTea-EternalTerminal-et-v6.2.9_GH0.tar.gz) = 25948460

0 comments on commit 6a39038

Please sign in to comment.