From c2e64f22d01737a5d0b1f31b8948e9c7f8c5ffef Mon Sep 17 00:00:00 2001 From: murilo ijanc Date: Wed, 25 Mar 2026 18:19:14 -0300 Subject: net/tesseras-paste: update port for published 0.1.0 release - Add SITES pointing to tesseras.net/pub for tarball download - Add SEPARATE_BUILD and MODCARGO_RUSTFLAGS=-C debuginfo=0 - Bump tesseras-dht dependency from 0.1.0 to 0.1.1 - Update distinfo checksums for new tarball and crate - Fix rc_pre() to create data directory with correct ownership - Add PLIST exec-update for _tesseras -> _tpd ownership migration --- net/tesseras-paste/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'net/tesseras-paste/Makefile') diff --git a/net/tesseras-paste/Makefile b/net/tesseras-paste/Makefile index 9b28b79..b0e1222 100644 --- a/net/tesseras-paste/Makefile +++ b/net/tesseras-paste/Makefile @@ -12,6 +12,8 @@ MAINTAINER = Murilo Ijanc # ISC PERMIT_PACKAGE = Yes +SITES = https://tesseras.net/pub/tesseras-paste/${V}/ + WANTLIB += ${MODCARGO_WANTLIB} MODULES = devel/cargo @@ -20,6 +22,10 @@ DISTFILES = ${DISTNAME}${EXTRACT_SUFX} CONFIGURE_STYLE = cargo +SEPARATE_BUILD = Yes + +MODCARGO_RUSTFLAGS = -C debuginfo=0 + post-install: ${INSTALL_MAN} ${WRKSRC}/tp.1 ${PREFIX}/man/man1/ ${INSTALL_MAN} ${WRKSRC}/tpd.1 ${PREFIX}/man/man1/ -- cgit v1.2.3