diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2005-12-11 02:32:22 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2005-12-11 02:32:22 +0000 |
commit | 7b08840ea96d00ec32406c53e150796f0a93e07a (patch) | |
tree | 01764ba4926729f4dabd3c61dd21bd78b80034aa /databases/kbibtex | |
parent | fc438e9c3ee6144c7fb8d869aaad3ec69abe85fb (diff) | |
download | ports-7b08840ea96d00ec32406c53e150796f0a93e07a.tar.gz ports-7b08840ea96d00ec32406c53e150796f0a93e07a.zip |
Notes
Diffstat (limited to 'databases/kbibtex')
-rw-r--r-- | databases/kbibtex/Makefile | 3 | ||||
-rw-r--r-- | databases/kbibtex/distinfo | 5 | ||||
-rw-r--r-- | databases/kbibtex/files/patch-bibtexstring.cpp | 10 | ||||
-rw-r--r-- | databases/kbibtex/pkg-plist | 6 |
4 files changed, 10 insertions, 14 deletions
diff --git a/databases/kbibtex/Makefile b/databases/kbibtex/Makefile index 494673218e30..71000efae57b 100644 --- a/databases/kbibtex/Makefile +++ b/databases/kbibtex/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= kbibtex -PORTVERSION= 0.1.2 -PORTREVISION= 3 +PORTVERSION= 0.1.3 CATEGORIES= databases kde MASTER_SITES= http://www.unix-ag.uni-kl.de/~fischer/${PORTNAME}/download/ diff --git a/databases/kbibtex/distinfo b/databases/kbibtex/distinfo index fa80dc9a1980..894a7200c99c 100644 --- a/databases/kbibtex/distinfo +++ b/databases/kbibtex/distinfo @@ -1,2 +1,3 @@ -MD5 (kbibtex-0.1.2.tar.bz2) = d90b2f793d7f3673d3ced07b048bd0bf -SIZE (kbibtex-0.1.2.tar.bz2) = 540139 +MD5 (kbibtex-0.1.3.tar.bz2) = ad603af9130ff1e0ad30ac618211bdc5 +SHA256 (kbibtex-0.1.3.tar.bz2) = 3190769aed42a5338a3c8d8509cc079d516c367473c57f6b4ed55f00876fe0c6 +SIZE (kbibtex-0.1.3.tar.bz2) = 539277 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: diff --git a/databases/kbibtex/pkg-plist b/databases/kbibtex/pkg-plist index 0fbebef4a008..974566c71bda 100644 --- a/databases/kbibtex/pkg-plist +++ b/databases/kbibtex/pkg-plist @@ -4,6 +4,10 @@ lib/kde3/libkbibtexpart.so share/applnk/Office/kbibtex.desktop share/apps/kbibtex/kbibtex_shell.rc share/apps/kbibtexpart/kbibtex_part.rc +share/apps/kbibtexpart/xslt/html.xsl +share/doc/HTML/en/kbibtex/common +share/doc/HTML/en/kbibtex/index.cache.bz2 +share/doc/HTML/en/kbibtex/index.docbook share/icons/crystalsvg/128x128/apps/kbibtex.png share/icons/crystalsvg/16x16/apps/kbibtex.png share/icons/crystalsvg/22x22/apps/kbibtex.png @@ -11,5 +15,7 @@ share/icons/crystalsvg/32x32/apps/kbibtex.png share/icons/crystalsvg/48x48/apps/kbibtex.png share/icons/crystalsvg/64x64/apps/kbibtex.png share/services/kbibtex_part.desktop +@dirrm share/doc/HTML/en/kbibtex +@dirrm share/apps/kbibtexpart/xslt @dirrm share/apps/kbibtexpart @dirrm share/apps/kbibtex |