Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Apr 2021 18:10:27 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 53b5beed0d7f - main - x11-toolkits/ntk: Change to the fork because the original GitHub repository was removed by the owner
Message-ID:  <202104141810.13EIARne028766@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=53b5beed0d7fbc8225f5cb2d5e5e9a8ebf53ff01

commit 53b5beed0d7fbc8225f5cb2d5e5e9a8ebf53ff01
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-04-14 17:06:10 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-04-14 18:10:21 +0000

    x11-toolkits/ntk: Change to the fork because the original GitHub repository was removed by the owner
    
    Suggested by:   hps
---
 x11-toolkits/ntk/Makefile | 7 +++----
 x11-toolkits/ntk/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/x11-toolkits/ntk/Makefile b/x11-toolkits/ntk/Makefile
index b1cd79a84883..8f5a18cde409 100644
--- a/x11-toolkits/ntk/Makefile
+++ b/x11-toolkits/ntk/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	ntk
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.3.1001
+MASTER_SITES=	https://git.kx.studio/non/ntk/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ # was at GH_ACCOUNT=original-male
 CATEGORIES=	x11-toolkits
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -9,19 +10,17 @@ COMMENT=	Fork of FLTK 1.3.0 which adds graphics rendering via Cairo, etc
 LICENSE=	LGPL20
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN=		the upstream based on the 'non' project is gone along with this GH project for it, 3 depending ports' upstreams have been notified via GH issues
-
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2 \
 		libpng.so:graphics/png
 
 USES=		gnome jpeg localbase:ldflags pkgconfig waf xorg
-USE_GITHUB=	yes
-GH_ACCOUNT=	original-male
 USE_GNOME=	cairo
 USE_XORG=	x11 xft
 USE_LDCONFIG=	yes
 
+WRKSRC=		${WRKDIR}/${PORTNAME}
+
 PLIST_SUB=	SHLIB_VER=${PORTVERSION:R}
 
 post-patch:
diff --git a/x11-toolkits/ntk/distinfo b/x11-toolkits/ntk/distinfo
index ed1956db050d..417fd928275f 100644
--- a/x11-toolkits/ntk/distinfo
+++ b/x11-toolkits/ntk/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1612286696
-SHA256 (original-male-ntk-v1.3.1001_GH0.tar.gz) = bb439b2d520444fd66e6006062834783d0f53c20ee0fec645945e3e842b917e7
-SIZE (original-male-ntk-v1.3.1001_GH0.tar.gz) = 2747575
+TIMESTAMP = 1618418247
+SHA256 (ntk-v1.3.1001.tar.gz) = bd11c27b0db7dc57b9f7d878256292e67612c9e06c6c4e3dd8e71033b34acaa5
+SIZE (ntk-v1.3.1001.tar.gz) = 2747543



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104141810.13EIARne028766>