- Update to 2017.03.03
- Regen patches with "make makepatch" - Add LICENSE PR: 243001
This commit is contained in:
parent
b0968bfad8
commit
f6743981f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521622
@ -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\
|
||||
|
@ -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
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user