1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Add patch in order to fix a major bug where @string elements won't be saved

- Bump PORTREVISION
This commit is contained in:
Markus Brueffer 2005-11-08 14:30:37 +00:00
parent e5ad058796
commit fd1fd44d6f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147577
2 changed files with 11 additions and 1 deletions

View File

@ -6,7 +6,7 @@
PORTNAME= kbibtex
PORTVERSION= 0.1.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= databases kde
MASTER_SITES= http://www.unix-ag.uni-kl.de/~fischer/${PORTNAME}/download/

View File

@ -0,0 +1,10 @@
--- src/bibtexstring.cpp.orig Tue Nov 8 13:07:00 2005
+++ src/bibtexstring.cpp Tue Nov 8 13:07:40 2005
@@ -112,6 +112,7 @@
else result.append( "\"" );
result.append( " }" );
+ return result;
}
break;
case BibTeXFile::formatXML: