On Thu, Jul 05, 2007 at 12:04:53PM +0200, Andreas Bihlmaier wrote:
> Hello ports@,
> 
> here is an update to x11/tellico from 1.2.10 -> 1.2.12.
> 
> Changelog:
> Tellico 1.2.12 - 4 July 2007
> - Fixed potential recursion bug for dependent fields.
> - Fixed bug that didn't write image size options when printing.
> - Added Turkish translation, thanks to Ali Isingor and Kunter Kutlu.
> - Added '\%' to bibtex translation table for comment escaping.
> - Bumped automake requirement to version 1.8 or later for macro to work.
> - Fixed HTML export to not rewrite file location for files referenced in the 
> XSL file which don't exist.
> - Fixed Column View report to sort numerically when needed.
> - Fixed Date fields to suppress empty date values.
> - Fixed Date comparisons to work for single digits, patch from Jake 
> Maciejewski.
> - Fixed Fields Dialog to show warnings when clicking Ok.
> - Changed Quick Filter to split words on whitespace.
> - Fixed bug with z39.50 search freezing intermittently.
> 
> Tellico 1.2.11 - 8 May 2007
> - Improved save time by caching image info on load.
> - Fixed crashing bug for OpenOffice.org connection.
> - Fixed bug that could lose images when loading from XML.
> - Fixed sorting for Dependent fields to match on subfields.
> - Updated IMDb search.
> - Fixed CDDB lookup for OpenBSD, patch from Marc Espie.
> 
> 
> Marc Espies patches got included.
> patches/ can be completly removed.
> 
> Tested on i386 and sparc64.
> Please commit.

Mikolaj Kucharski suggested to add stuff to handle the .desktop files,
here is an updated diff:

Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/tellico/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile    28 Apr 2007 16:15:41 -0000      1.3
+++ Makefile    5 Jul 2007 11:23:40 -0000
@@ -5,8 +5,7 @@
 
 HOMEPAGE=      http://www.periapsis.org/tellico/
 MASTER_SITES=  ${HOMEPAGE}download/
-DISTNAME=      tellico-1.2.10
-PKGNAME=       ${DISTNAME}p1
+DISTNAME=      tellico-1.2.12
 
 MAINTAINER=            Andreas Bihlmaier <[EMAIL PROTECTED]>
 
@@ -26,8 +25,10 @@
                --enable-shared \
                --enable-final
 
-RUN_DEPENDS=           ::lang/python/2.4
-BUILD_DEPENDS=         ${RUN_DEPENDS}
+RUN_DEPENDS=           ::lang/python/2.4 \
+                       :desktop-file-utils-*:devel/desktop-file-utils
+
+BUILD_DEPENDS=         ::lang/python/2.4
 
 LIB_DEPENDS=           ${MODQT_LIB_DEPENDS} \
                        
kdecore.>=6,DCOP,kabc,kdefx,kdeprint,kdesu,kdeui,khtml,kio,kjs,knewstuff,kparts,kresources,kutils,kwalletclient,vcard::x11/kde/libs3
 \
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/tellico/distinfo,v
retrieving revision 1.1.1.1
diff -u -u -r1.1.1.1 distinfo
--- distinfo    8 Apr 2007 21:21:14 -0000       1.1.1.1
+++ distinfo    5 Jul 2007 11:23:40 -0000
@@ -1,5 +1,5 @@
-MD5 (tellico-1.2.10.tar.gz) = GpgoudjBjaHJPoEEf6Q8vQ==
-RMD160 (tellico-1.2.10.tar.gz) = vjsUkRSYcnggWOod3t8fHYEc2i0=
-SHA1 (tellico-1.2.10.tar.gz) = v5DTtGYRuhCb/Xk+6zbOsNSymuM=
-SHA256 (tellico-1.2.10.tar.gz) = bJwQW/C3H5EeVQtKDnpfzrlRbjJ60/m6YviazEBibYk=
-SIZE (tellico-1.2.10.tar.gz) = 4707394
+MD5 (tellico-1.2.12.tar.gz) = qiQ3zduG/G9v+vKVcFLUlg==
+RMD160 (tellico-1.2.12.tar.gz) = 45TCHbP8CT+PBuSduuyxxOBqn1I=
+SHA1 (tellico-1.2.12.tar.gz) = 6oDpdCzwemg+gs+FNpPjCop8Afg=
+SHA256 (tellico-1.2.12.tar.gz) = KQaV8Eq/vSej9FelgDygwNxZeudGdkl6Q7NSeUmr9Ec=
+SIZE (tellico-1.2.12.tar.gz) = 4789666
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/x11/tellico/pkg/PLIST,v
retrieving revision 1.2
diff -u -u -r1.2 PLIST
--- pkg/PLIST   28 Apr 2007 16:15:41 -0000      1.2
+++ pkg/PLIST   5 Jul 2007 11:23:40 -0000
@@ -1,4 +1,6 @@
 @comment $OpenBSD: PLIST,v 1.2 2007/04/28 16:15:41 espie Exp $
[EMAIL PROTECTED] %D/bin/update-desktop-database
[EMAIL PROTECTED] %D/bin/update-desktop-database
 bin/tellico
 share/applications/kde/tellico.desktop
 share/apps/kconf_update/tellico-rename.upd
@@ -212,4 +214,5 @@
 share/locale/ro/LC_MESSAGES/tellico.mo
 share/locale/ru/LC_MESSAGES/tellico.mo
 share/locale/sv/LC_MESSAGES/tellico.mo
+share/locale/tr/LC_MESSAGES/tellico.mo
 share/mimelnk/application/x-tellico.desktop


Regards,
ahb

Reply via email to