From owner-svn-ports-all@freebsd.org Tue Dec 31 14:44:13 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2D3FE1D69E9; Tue, 31 Dec 2019 14:44:13 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47nHB50TBdz4M4H; Tue, 31 Dec 2019 14:44:13 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0B7991BC2A; Tue, 31 Dec 2019 14:44:13 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBVEiCWL095798; Tue, 31 Dec 2019 14:44:12 GMT (envelope-from fjoe@FreeBSD.org) Received: (from fjoe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBVEiC9c095795; Tue, 31 Dec 2019 14:44:12 GMT (envelope-from fjoe@FreeBSD.org) Message-Id: <201912311444.xBVEiC9c095795@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fjoe set sender to fjoe@FreeBSD.org using -f From: Max Khon Date: Tue, 31 Dec 2019 14:44:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r521622 - in head/news/golded+: . files X-SVN-Group: ports-head X-SVN-Commit-Author: fjoe X-SVN-Commit-Paths: in head/news/golded+: . files X-SVN-Commit-Revision: 521622 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Dec 2019 14:44:13 -0000 Author: fjoe Date: Tue Dec 31 14:44:12 2019 New Revision: 521622 URL: https://svnweb.freebsd.org/changeset/ports/521622 Log: - Update to 2017.03.03 - Regen patches with "make makepatch" - Add LICENSE PR: 243001 Modified: head/news/golded+/Makefile head/news/golded+/distinfo head/news/golded+/files/patch-goldlib-hunspell-affentry.hxx Modified: head/news/golded+/Makefile ============================================================================== --- head/news/golded+/Makefile Tue Dec 31 14:09:01 2019 (r521621) +++ head/news/golded+/Makefile Tue Dec 31 14:44:12 2019 (r521622) @@ -3,18 +3,20 @@ PORTNAME= golded+ PORTVERSION= 1.1.5.a${SNAPDATE} -PORTREVISION= 1 CATEGORIES= news mail -MASTER_SITES= SF/golded-plus/Golded%2B%201.1.5%20snapshots/2016.03.22 +MASTER_SITES= SF/golded-plus/Golded%2B%201.1.5%20snapshots/${_SNAPDATE} DISTNAME= gpsrc-115-${SNAPDATE} -EXTRACT_SUFX= .tgz -SNAPDATE= 20160322 MAINTAINER= fjoe@FreeBSD.org COMMENT= GoldEd+ (FTN message editor) -USES= gmake ncurses +LICENSE= GPLv2 LGPL20 +LICENSE_COMB= multi +USES= gmake ncurses tar:tgz + +_SNAPDATE= 2017.03.03 +SNAPDATE= ${_SNAPDATE:S/.//g} WRKSRC= ${WRKDIR}/golded-plus/${PORTNAME} DOCS= copying copying.lib license.txt notework.txt rusfaq.txt\ Modified: head/news/golded+/distinfo ============================================================================== --- head/news/golded+/distinfo Tue Dec 31 14:09:01 2019 (r521621) +++ head/news/golded+/distinfo Tue Dec 31 14:44:12 2019 (r521622) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475600527 -SHA256 (gpsrc-115-20160322.tgz) = b937696f5a21f77fae3e5cf4040fd08acdbfa58aa695bad134a97c585b8a2577 -SIZE (gpsrc-115-20160322.tgz) = 1848932 +TIMESTAMP = 1577801874 +SHA256 (gpsrc-115-20170303.tgz) = 45c4de3fb20ae83a0cd2ad1c68c7f5478a52a434f50e61860b82cce4a7073310 +SIZE (gpsrc-115-20170303.tgz) = 1849100 Modified: head/news/golded+/files/patch-goldlib-hunspell-affentry.hxx ============================================================================== --- head/news/golded+/files/patch-goldlib-hunspell-affentry.hxx Tue Dec 31 14:09:01 2019 (r521621) +++ head/news/golded+/files/patch-goldlib-hunspell-affentry.hxx Tue Dec 31 14:44:12 2019 (r521622) @@ -1,6 +1,6 @@ ---- goldlib/hunspell/affentry.hxx.orig 2018-01-26 22:46:50.173607000 +0000 -+++ goldlib/hunspell/affentry.hxx 2018-01-26 22:47:27.023128000 +0000 -@@ -25,7 +25,7 @@ +--- goldlib/hunspell/affentry.hxx.orig 2006-04-05 17:20:12 UTC ++++ goldlib/hunspell/affentry.hxx +@@ -25,7 +25,7 @@ class PfxEntry : public AffEntry (public) struct hentry * check(const char * word, int len, char in_compound, const FLAG needflag = FLAG_NULL); @@ -9,7 +9,7 @@ char * check_morph(const char * word, int len, char in_compound, const FLAG needflag = FLAG_NULL); -@@ -86,7 +86,7 @@ +@@ -86,7 +86,7 @@ class SfxEntry : public AffEntry (public) AffEntry* ppfx, char ** wlst, int maxSug, int * ns, const FLAG cclass = FLAG_NULL, const FLAG needflag = FLAG_NULL);