mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Update to version 0.1.3
- Add SHA256
This commit is contained in:
parent
fc438e9c3e
commit
7b08840ea9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150845
@ -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/
|
||||
|
||||
|
@ -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
|
||||
|
@ -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:
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user