aboutsummaryrefslogtreecommitdiff
path: root/databases/kbibtex/files
diff options
context:
space:
mode:
authorMarkus Brueffer <markus@FreeBSD.org>2005-12-11 02:32:22 +0000
committerMarkus Brueffer <markus@FreeBSD.org>2005-12-11 02:32:22 +0000
commit7b08840ea96d00ec32406c53e150796f0a93e07a (patch)
tree01764ba4926729f4dabd3c61dd21bd78b80034aa /databases/kbibtex/files
parentfc438e9c3ee6144c7fb8d869aaad3ec69abe85fb (diff)
downloadports-7b08840ea96d00ec32406c53e150796f0a93e07a.tar.gz
ports-7b08840ea96d00ec32406c53e150796f0a93e07a.zip
- Update to version 0.1.3
- Add SHA256
Notes
Notes: svn path=/head/; revision=150845
Diffstat (limited to 'databases/kbibtex/files')
-rw-r--r--databases/kbibtex/files/patch-bibtexstring.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/databases/kbibtex/files/patch-bibtexstring.cpp b/databases/kbibtex/files/patch-bibtexstring.cpp
deleted file mode 100644
index 25f83bc339be..000000000000
--- a/databases/kbibtex/files/patch-bibtexstring.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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: