Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Jun 2026 08:35:15 +0000
From:      Jason E. Hale <jhale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8975aeaddef8 - main - games/connectagram: Update to 1.3.9
Message-ID:  <6a1e95c3.323ff.66ae729d@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by jhale:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8975aeaddef817d14a11a0b93844d22194d80e4c

commit 8975aeaddef817d14a11a0b93844d22194d80e4c
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2026-06-02 07:15:25 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2026-06-02 07:33:40 +0000

    games/connectagram: Update to 1.3.9
    
    Stop voluntarily installing documentation that nobody needs or will
    ever read.
    
    https://github.com/gottcode/connectagram/releases/tag/v1.3.9
---
 games/connectagram/Makefile  | 9 ++-------
 games/connectagram/distinfo  | 6 +++---
 games/connectagram/pkg-plist | 3 ---
 3 files changed, 5 insertions(+), 13 deletions(-)

diff --git a/games/connectagram/Makefile b/games/connectagram/Makefile
index 289f8b41bf45..5cb10bc0dac4 100644
--- a/games/connectagram/Makefile
+++ b/games/connectagram/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	connectagram
-PORTVERSION=	1.3.8
+PORTVERSION=	1.3.9
 CATEGORIES=	games
 MASTER_SITES=	https://gottcode.org/connectagram/
 
@@ -14,12 +14,7 @@ USES=		cmake compiler:c++17-lang gettext-tools gl qt:6 tar:bzip2
 USE_GL=		opengl
 USE_QT=		base tools:build
 
-OPTIONS_DEFINE=	DOCS NLS
+OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	yes
 
-post-install-DOCS-on:
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	(cd ${WRKSRC} && ${INSTALL_DATA} CREDITS ChangeLog README \
-		${STAGEDIR}${DOCSDIR})
-
 .include <bsd.port.mk>
diff --git a/games/connectagram/distinfo b/games/connectagram/distinfo
index 567b0824bf8c..ca04d782b6f3 100644
--- a/games/connectagram/distinfo
+++ b/games/connectagram/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1740039188
-SHA256 (connectagram-1.3.8.tar.bz2) = 340fd647a896551aeaeafb1f42b7e788e9f7c2b13cbaf1562aed962d4c18f2bb
-SIZE (connectagram-1.3.8.tar.bz2) = 25091496
+TIMESTAMP = 1780376337
+SHA256 (connectagram-1.3.9.tar.bz2) = 58fdc21a3cfca9aea132ca06e96966c24a37225ae43ad95b174c3c933a6f4256
+SIZE (connectagram-1.3.9.tar.bz2) = 25148167
diff --git a/games/connectagram/pkg-plist b/games/connectagram/pkg-plist
index c9ec7e41a8f2..7c6f04f6db74 100644
--- a/games/connectagram/pkg-plist
+++ b/games/connectagram/pkg-plist
@@ -50,9 +50,6 @@ share/applications/connectagram.desktop
 %%NLS%%%%DATADIR%%/translations/connectagram_ru.qm
 %%NLS%%%%DATADIR%%/translations/connectagram_tr.qm
 %%NLS%%%%DATADIR%%/translations/connectagram_uk.qm
-%%PORTDOCS%%%%DOCSDIR%%/CREDITS
-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
-%%PORTDOCS%%%%DOCSDIR%%/README
 share/icons/hicolor/1024x1024/apps/connectagram.png
 share/icons/hicolor/128x128/apps/connectagram.png
 share/icons/hicolor/16x16/apps/connectagram.png


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1e95c3.323ff.66ae729d>