aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2019-12-31 14:44:12 +0000
committerMax Khon <fjoe@FreeBSD.org>2019-12-31 14:44:12 +0000
commitf6743981f359ea48dbec9e3b67ff2fd52d6efce5 (patch)
tree53c6f2e29da8a9903f1937ceeff5f0a736d707ec /news
parentb0968bfad8ac80a6b9075d2d3f0a3651097bbde7 (diff)
downloadports-f6743981f359ea48dbec9e3b67ff2fd52d6efce5.tar.gz
ports-f6743981f359ea48dbec9e3b67ff2fd52d6efce5.zip
- Update to 2017.03.03
- Regen patches with "make makepatch" - Add LICENSE PR: 243001
Notes
Notes: svn path=/head/; revision=521622
Diffstat (limited to 'news')
-rw-r--r--news/golded+/Makefile12
-rw-r--r--news/golded+/distinfo6
-rw-r--r--news/golded+/files/patch-goldlib-hunspell-affentry.hxx8
3 files changed, 14 insertions, 12 deletions
diff --git a/news/golded+/Makefile b/news/golded+/Makefile
index 3a8ed565f3ff..997571f68170 100644
--- a/news/golded+/Makefile
+++ b/news/golded+/Makefile
@@ -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\
diff --git a/news/golded+/distinfo b/news/golded+/distinfo
index 7b4b8ac963f2..70b49691e1b9 100644
--- a/news/golded+/distinfo
+++ b/news/golded+/distinfo
@@ -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
diff --git a/news/golded+/files/patch-goldlib-hunspell-affentry.hxx b/news/golded+/files/patch-goldlib-hunspell-affentry.hxx
index c342dd4212ab..695b0e9ff144 100644
--- a/news/golded+/files/patch-goldlib-hunspell-affentry.hxx
+++ b/news/golded+/files/patch-goldlib-hunspell-affentry.hxx
@@ -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);