diff options
| author | murilo ijanc | 2026-03-25 18:19:14 -0300 |
|---|---|---|
| committer | murilo ijanc | 2026-03-25 18:19:14 -0300 |
| commit | c2e64f22d01737a5d0b1f31b8948e9c7f8c5ffef (patch) | |
| tree | de5f50077eade037bba1447cf3f78632ad18809b /net/tesseras-paste/Makefile | |
| parent | 90af880c4f43b8c5708af6712d94afc610f451df (diff) | |
| download | ports-c2e64f22d01737a5d0b1f31b8948e9c7f8c5ffef.tar.gz | |
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
Diffstat (limited to 'net/tesseras-paste/Makefile')
| -rw-r--r-- | net/tesseras-paste/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
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 <murilo@ijanc.org> # 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/ |