Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jan 2026 12:48:00 +0000
From:      =?utf-8?Q?=C3=84lven?= <alven@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 322352b398c0 - main - net/tayga: Update 0.9.5 => 0.9.6, take maintainership
Message-ID:  <696f7980.44068.3022d557@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by alven:

URL: https://cgit.FreeBSD.org/ports/commit/?id=322352b398c0d93f054fad16e801fa62083871ee

commit 322352b398c0d93f054fad16e801fa62083871ee
Author:     Älven <alven@FreeBSD.org>
AuthorDate: 2026-01-07 02:47:33 +0000
Commit:     Älven <alven@FreeBSD.org>
CommitDate: 2026-01-20 12:47:12 +0000

    net/tayga: Update 0.9.5 => 0.9.6, take maintainership
    
    Changelogs:
    * https://github.com/apalrd/tayga/releases/tag/0.9.6
    * https://github.com/apalrd/tayga/compare/0.9.5...0.9.6
    
    * Clarify LICENSE
    - Remove upstreamed PATCHFILES
    - Remove RELEASE variable from MAKE_ENV:
      already assigned in ${WRKSRC}/release
    + Add TEST_TARGET for testing
    + Add DOCS option
    * Pet portclippy(1) and portfmt(1)
    
    Approved by:            yuri@ (Mentor)
    Differential Revision:  https://reviews.freebsd.org/D54569
---
 net/tayga/Makefile | 23 +++++++++++++----------
 net/tayga/distinfo | 14 +++-----------
 2 files changed, 16 insertions(+), 21 deletions(-)

diff --git a/net/tayga/Makefile b/net/tayga/Makefile
index c43973bdbc48..83e5e047c2d3 100644
--- a/net/tayga/Makefile
+++ b/net/tayga/Makefile
@@ -1,28 +1,31 @@
 PORTNAME=	tayga
-DISTVERSION=	0.9.5
+DISTVERSION=	0.9.6
 CATEGORIES=	net
 
-PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/
-PATCHFILES=	49f64b0.patch:-p1 \
-		32cd0a7.patch:-p1 \
-		b62e33f.patch:-p1 \
-		6c298f2.patch:-p1
-
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	alven@FreeBSD.org
 COMMENT=	Userland stateless NAT64 daemon
 WWW=		https://github.com/apalrd/tayga/
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		gmake
 USE_GITHUB=	yes
 GH_ACCOUNT=	apalrd
-MAKE_ENV=	RELEASE=${DISTVERSION}
+
+TEST_TARGET=	test
+
 CFLAGS+=	-DTAYGA_CONF_PATH='\"${PREFIX}/etc/tayga.conf\"'
 
+PORTDOCS=	*
+
+OPTIONS_DEFINE=	DOCS
+
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/tayga
 	${INSTALL_DATA} ${WRKSRC}/tayga.conf.example ${STAGEDIR}${PREFIX}/etc
 
+post-install-DOCS-on:
+	cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
+
 .include <bsd.port.mk>
diff --git a/net/tayga/distinfo b/net/tayga/distinfo
index 3a160994ac27..a4cb68ab7820 100644
--- a/net/tayga/distinfo
+++ b/net/tayga/distinfo
@@ -1,11 +1,3 @@
-TIMESTAMP = 1750316784
-SHA256 (apalrd-tayga-0.9.5_GH0.tar.gz) = d44cc1158f60623d1bcd245f811957a162092c8f5e725489438de12e5500ae49
-SIZE (apalrd-tayga-0.9.5_GH0.tar.gz) = 143392
-SHA256 (49f64b0.patch) = 42fb7ddcfa84f6f9bf324246a21ca2701d9cf03058ccfbbff8311dbac355e915
-SIZE (49f64b0.patch) = 889
-SHA256 (32cd0a7.patch) = d4ad301fdbb588d2a5840e769600236dac911dcf5602cdc519fef26b696d2e0e
-SIZE (32cd0a7.patch) = 4237
-SHA256 (b62e33f.patch) = 907b34695d250c4cec1246697677f8b7330c69d1123f7d7e9a5e9540c9298cb7
-SIZE (b62e33f.patch) = 1209
-SHA256 (6c298f2.patch) = 951542917809f794a0b692c9c15daedfdfdc0314639c22e07663e4c1344011a4
-SIZE (6c298f2.patch) = 654
+TIMESTAMP = 1767750834
+SHA256 (apalrd-tayga-0.9.6_GH0.tar.gz) = 64da04887e59207be0f62082e63dca98b1e770283fa37102ccb0a3e8d2acedc5
+SIZE (apalrd-tayga-0.9.6_GH0.tar.gz) = 156382


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?696f7980.44068.3022d557>