Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Dec 2019 14:44:12 +0000 (UTC)
From:      Max Khon <fjoe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521622 - in head/news/golded+: . files
Message-ID:  <201912311444.xBVEiC9c095795@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);
  



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