diff options
author | arved <arved@FreeBSD.org> | 2003-04-22 17:18:12 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-04-22 17:18:12 +0000 |
commit | 10d8434b34023da59cff9cebc21f179f07a40194 (patch) | |
tree | 22eb10c0e51163bcdd1d1fe9f775c7e78e2075cc /editors/koffice-kde3 | |
parent | 5ec83c3f93a02bcab11e5a13766c15603d5de5d5 (diff) | |
download | FreeBSD-ports-10d8434b34023da59cff9cebc21f179f07a40194.zip FreeBSD-ports-10d8434b34023da59cff9cebc21f179f07a40194.tar.gz |
Add official bugfix patch that fixes two kword crahes, when closing the
"Insert Special Character" dialog and when updating the Table Of Contents.
PR: 49020
Submitted by: mi, Michael Nottebrock
Diffstat (limited to 'editors/koffice-kde3')
-rw-r--r-- | editors/koffice-kde3/Makefile | 5 | ||||
-rw-r--r-- | editors/koffice-kde3/distinfo | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/editors/koffice-kde3/Makefile b/editors/koffice-kde3/Makefile index 6916eea..e548e5b 100644 --- a/editors/koffice-kde3/Makefile +++ b/editors/koffice-kde3/Makefile @@ -8,12 +8,16 @@ PORTNAME= koffice PORTVERSION= 1.2.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= editors kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTNAME}-${PORTVERSION}/src DIST_SUBDIR= KDE/koffice +PATCH_SITES= http://www.koffice.org/bugfixes/ +PATCHFILES= 1.2.1_kword_crashes.diff + MAINTAINER= kde@FreeBSD.org COMMENT= Office Suite for KDE3 @@ -27,6 +31,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_PYTHON= yes GNU_CONFIGURE= yes +PATCH_WRKSRC= ${WRKSRC}/kword INSTALLS_SHLIB= yes LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 diff --git a/editors/koffice-kde3/distinfo b/editors/koffice-kde3/distinfo index 6988c28..9766b54 100644 --- a/editors/koffice-kde3/distinfo +++ b/editors/koffice-kde3/distinfo @@ -1 +1,2 @@ MD5 (KDE/koffice/koffice-1.2.1.tar.bz2) = 6a73aa72b094ca7b7377f74a508e804e +MD5 (KDE/koffice/1.2.1_kword_crashes.diff) = 2d6f967f5302ed8c0136a10005fff0e4 |