diff options
author | markus <markus@FreeBSD.org> | 2004-02-25 00:07:50 +0800 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2004-02-25 00:07:50 +0800 |
commit | c5547d3117bdb819633be11d6c593983e6f0499e (patch) | |
tree | 844173dab628f4fea9c1171ec5a3bfc576f5a0de /misc | |
parent | a7ec46db9a27224e0493fc6af50b6126d7adbfd8 (diff) | |
download | freebsd-ports-gnome-c5547d3117bdb819633be11d6c593983e6f0499e.tar.gz freebsd-ports-gnome-c5547d3117bdb819633be11d6c593983e6f0499e.tar.zst freebsd-ports-gnome-c5547d3117bdb819633be11d6c593983e6f0499e.zip |
Update to 0.8.4
Approved by: arved (mentor)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bookcase/Makefile | 9 | ||||
-rw-r--r-- | misc/bookcase/distinfo | 4 | ||||
-rw-r--r-- | misc/bookcase/files/patch-filehandler.h | 17 | ||||
-rw-r--r-- | misc/bookcase/pkg-plist | 3 | ||||
-rw-r--r-- | misc/tellico-kde4/Makefile | 9 | ||||
-rw-r--r-- | misc/tellico-kde4/distinfo | 4 | ||||
-rw-r--r-- | misc/tellico-kde4/files/patch-filehandler.h | 17 | ||||
-rw-r--r-- | misc/tellico-kde4/pkg-plist | 3 | ||||
-rw-r--r-- | misc/tellico/Makefile | 9 | ||||
-rw-r--r-- | misc/tellico/distinfo | 4 | ||||
-rw-r--r-- | misc/tellico/files/patch-filehandler.h | 17 | ||||
-rw-r--r-- | misc/tellico/pkg-plist | 3 |
12 files changed, 42 insertions, 57 deletions
diff --git a/misc/bookcase/Makefile b/misc/bookcase/Makefile index f16c4cb3ef1e..1a85121913a4 100644 --- a/misc/bookcase/Makefile +++ b/misc/bookcase/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bookcase -PORTVERSION= 0.8.3 +PORTVERSION= 0.8.4 CATEGORIES= misc kde MASTER_SITES= http://www.periapsis.org/bookcase/download/ @@ -19,13 +19,6 @@ USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} - @${REINPLACE_CMD} -e 's|strings.h|bc_strings.h|g' \ - ${WRKSRC}/src/Makefile.in \ - ${WRKSRC}/src/filehandler.cpp \ - ${WRKSRC}/src/translators/bibtexmlimporter.cpp \ - ${WRKSRC}/src/translators/bookcaseimporter.cpp - @${MV} ${WRKSRC}/src/strings.h ${WRKSRC}/src/bc_strings.h - @${TOUCH} ${WRKSRC}/config.h.in .include <bsd.port.pre.mk> diff --git a/misc/bookcase/distinfo b/misc/bookcase/distinfo index e902edf67368..577080272d63 100644 --- a/misc/bookcase/distinfo +++ b/misc/bookcase/distinfo @@ -1,2 +1,2 @@ -MD5 (bookcase-0.8.3.tar.gz) = 0fbae2e650baf72b283c774aee027b78 -SIZE (bookcase-0.8.3.tar.gz) = 1354517 +MD5 (bookcase-0.8.4.tar.gz) = 301d1c7c046dd02300bbd98bd6b724b0 +SIZE (bookcase-0.8.4.tar.gz) = 1409869 diff --git a/misc/bookcase/files/patch-filehandler.h b/misc/bookcase/files/patch-filehandler.h index a451e8d19185..7fa9e472c8a7 100644 --- a/misc/bookcase/files/patch-filehandler.h +++ b/misc/bookcase/files/patch-filehandler.h @@ -1,11 +1,10 @@ ---- src/filehandler.h.orig Tue Feb 17 21:05:58 2004 -+++ src/filehandler.h Tue Feb 17 21:05:06 2004 -@@ -131,6 +131,8 @@ - static bool writeDataFile(KSaveFile& file, const QByteArray& data); +--- src/filehandler.h.orig Tue Feb 24 01:11:58 2004 ++++ src/filehandler.h Tue Feb 24 01:08:37 2004 +@@ -39,6 +39,7 @@ - static MainWindow* s_mainWindow; -+ -+ friend class FileRef; - }; + friend class MainWindow; + friend const Data::Image& addImage(const KURL& url); ++class FileRef; + friend class FileRef; - } // end namespace + public: diff --git a/misc/bookcase/pkg-plist b/misc/bookcase/pkg-plist index ee5aed63775e..26cb4a8bc668 100644 --- a/misc/bookcase/pkg-plist +++ b/misc/bookcase/pkg-plist @@ -34,6 +34,7 @@ share/doc/HTML/en/bookcase/index.docbook share/icons/hicolor/16x16/apps/bookcase.png share/icons/hicolor/32x32/apps/bookcase.png share/locale/bg/LC_MESSAGES/bookcase.mo +share/locale/cs/LC_MESSAGES/bookcase.mo share/locale/de/LC_MESSAGES/bookcase.mo share/locale/ee/LC_MESSAGES/bookcase.mo share/locale/es/LC_MESSAGES/bookcase.mo @@ -73,6 +74,8 @@ share/mimelnk/application/x-bookcase.desktop @unexec rmdir %D/share/locale/ee 2>/dev/null || true @unexec rmdir %D/share/locale/de/LC_MESSAGES 2>/dev/null || true @unexec rmdir %D/share/locale/de 2>/dev/null || true +@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true +@unexec rmdir %D/share/locale/cs 2>/dev/null || true @unexec rmdir %D/share/locale/bg/LC_MESSAGES 2>/dev/null || true @unexec rmdir %D/share/locale/bg 2>/dev/null || true @unexec rmdir %D/share/locale 2>/dev/null || true diff --git a/misc/tellico-kde4/Makefile b/misc/tellico-kde4/Makefile index f16c4cb3ef1e..1a85121913a4 100644 --- a/misc/tellico-kde4/Makefile +++ b/misc/tellico-kde4/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bookcase -PORTVERSION= 0.8.3 +PORTVERSION= 0.8.4 CATEGORIES= misc kde MASTER_SITES= http://www.periapsis.org/bookcase/download/ @@ -19,13 +19,6 @@ USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} - @${REINPLACE_CMD} -e 's|strings.h|bc_strings.h|g' \ - ${WRKSRC}/src/Makefile.in \ - ${WRKSRC}/src/filehandler.cpp \ - ${WRKSRC}/src/translators/bibtexmlimporter.cpp \ - ${WRKSRC}/src/translators/bookcaseimporter.cpp - @${MV} ${WRKSRC}/src/strings.h ${WRKSRC}/src/bc_strings.h - @${TOUCH} ${WRKSRC}/config.h.in .include <bsd.port.pre.mk> diff --git a/misc/tellico-kde4/distinfo b/misc/tellico-kde4/distinfo index e902edf67368..577080272d63 100644 --- a/misc/tellico-kde4/distinfo +++ b/misc/tellico-kde4/distinfo @@ -1,2 +1,2 @@ -MD5 (bookcase-0.8.3.tar.gz) = 0fbae2e650baf72b283c774aee027b78 -SIZE (bookcase-0.8.3.tar.gz) = 1354517 +MD5 (bookcase-0.8.4.tar.gz) = 301d1c7c046dd02300bbd98bd6b724b0 +SIZE (bookcase-0.8.4.tar.gz) = 1409869 diff --git a/misc/tellico-kde4/files/patch-filehandler.h b/misc/tellico-kde4/files/patch-filehandler.h index a451e8d19185..7fa9e472c8a7 100644 --- a/misc/tellico-kde4/files/patch-filehandler.h +++ b/misc/tellico-kde4/files/patch-filehandler.h @@ -1,11 +1,10 @@ ---- src/filehandler.h.orig Tue Feb 17 21:05:58 2004 -+++ src/filehandler.h Tue Feb 17 21:05:06 2004 -@@ -131,6 +131,8 @@ - static bool writeDataFile(KSaveFile& file, const QByteArray& data); +--- src/filehandler.h.orig Tue Feb 24 01:11:58 2004 ++++ src/filehandler.h Tue Feb 24 01:08:37 2004 +@@ -39,6 +39,7 @@ - static MainWindow* s_mainWindow; -+ -+ friend class FileRef; - }; + friend class MainWindow; + friend const Data::Image& addImage(const KURL& url); ++class FileRef; + friend class FileRef; - } // end namespace + public: diff --git a/misc/tellico-kde4/pkg-plist b/misc/tellico-kde4/pkg-plist index ee5aed63775e..26cb4a8bc668 100644 --- a/misc/tellico-kde4/pkg-plist +++ b/misc/tellico-kde4/pkg-plist @@ -34,6 +34,7 @@ share/doc/HTML/en/bookcase/index.docbook share/icons/hicolor/16x16/apps/bookcase.png share/icons/hicolor/32x32/apps/bookcase.png share/locale/bg/LC_MESSAGES/bookcase.mo +share/locale/cs/LC_MESSAGES/bookcase.mo share/locale/de/LC_MESSAGES/bookcase.mo share/locale/ee/LC_MESSAGES/bookcase.mo share/locale/es/LC_MESSAGES/bookcase.mo @@ -73,6 +74,8 @@ share/mimelnk/application/x-bookcase.desktop @unexec rmdir %D/share/locale/ee 2>/dev/null || true @unexec rmdir %D/share/locale/de/LC_MESSAGES 2>/dev/null || true @unexec rmdir %D/share/locale/de 2>/dev/null || true +@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true +@unexec rmdir %D/share/locale/cs 2>/dev/null || true @unexec rmdir %D/share/locale/bg/LC_MESSAGES 2>/dev/null || true @unexec rmdir %D/share/locale/bg 2>/dev/null || true @unexec rmdir %D/share/locale 2>/dev/null || true diff --git a/misc/tellico/Makefile b/misc/tellico/Makefile index f16c4cb3ef1e..1a85121913a4 100644 --- a/misc/tellico/Makefile +++ b/misc/tellico/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bookcase -PORTVERSION= 0.8.3 +PORTVERSION= 0.8.4 CATEGORIES= misc kde MASTER_SITES= http://www.periapsis.org/bookcase/download/ @@ -19,13 +19,6 @@ USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} - @${REINPLACE_CMD} -e 's|strings.h|bc_strings.h|g' \ - ${WRKSRC}/src/Makefile.in \ - ${WRKSRC}/src/filehandler.cpp \ - ${WRKSRC}/src/translators/bibtexmlimporter.cpp \ - ${WRKSRC}/src/translators/bookcaseimporter.cpp - @${MV} ${WRKSRC}/src/strings.h ${WRKSRC}/src/bc_strings.h - @${TOUCH} ${WRKSRC}/config.h.in .include <bsd.port.pre.mk> diff --git a/misc/tellico/distinfo b/misc/tellico/distinfo index e902edf67368..577080272d63 100644 --- a/misc/tellico/distinfo +++ b/misc/tellico/distinfo @@ -1,2 +1,2 @@ -MD5 (bookcase-0.8.3.tar.gz) = 0fbae2e650baf72b283c774aee027b78 -SIZE (bookcase-0.8.3.tar.gz) = 1354517 +MD5 (bookcase-0.8.4.tar.gz) = 301d1c7c046dd02300bbd98bd6b724b0 +SIZE (bookcase-0.8.4.tar.gz) = 1409869 diff --git a/misc/tellico/files/patch-filehandler.h b/misc/tellico/files/patch-filehandler.h index a451e8d19185..7fa9e472c8a7 100644 --- a/misc/tellico/files/patch-filehandler.h +++ b/misc/tellico/files/patch-filehandler.h @@ -1,11 +1,10 @@ ---- src/filehandler.h.orig Tue Feb 17 21:05:58 2004 -+++ src/filehandler.h Tue Feb 17 21:05:06 2004 -@@ -131,6 +131,8 @@ - static bool writeDataFile(KSaveFile& file, const QByteArray& data); +--- src/filehandler.h.orig Tue Feb 24 01:11:58 2004 ++++ src/filehandler.h Tue Feb 24 01:08:37 2004 +@@ -39,6 +39,7 @@ - static MainWindow* s_mainWindow; -+ -+ friend class FileRef; - }; + friend class MainWindow; + friend const Data::Image& addImage(const KURL& url); ++class FileRef; + friend class FileRef; - } // end namespace + public: diff --git a/misc/tellico/pkg-plist b/misc/tellico/pkg-plist index ee5aed63775e..26cb4a8bc668 100644 --- a/misc/tellico/pkg-plist +++ b/misc/tellico/pkg-plist @@ -34,6 +34,7 @@ share/doc/HTML/en/bookcase/index.docbook share/icons/hicolor/16x16/apps/bookcase.png share/icons/hicolor/32x32/apps/bookcase.png share/locale/bg/LC_MESSAGES/bookcase.mo +share/locale/cs/LC_MESSAGES/bookcase.mo share/locale/de/LC_MESSAGES/bookcase.mo share/locale/ee/LC_MESSAGES/bookcase.mo share/locale/es/LC_MESSAGES/bookcase.mo @@ -73,6 +74,8 @@ share/mimelnk/application/x-bookcase.desktop @unexec rmdir %D/share/locale/ee 2>/dev/null || true @unexec rmdir %D/share/locale/de/LC_MESSAGES 2>/dev/null || true @unexec rmdir %D/share/locale/de 2>/dev/null || true +@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true +@unexec rmdir %D/share/locale/cs 2>/dev/null || true @unexec rmdir %D/share/locale/bg/LC_MESSAGES 2>/dev/null || true @unexec rmdir %D/share/locale/bg 2>/dev/null || true @unexec rmdir %D/share/locale 2>/dev/null || true |