diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-05-22 13:15:55 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-05-22 13:15:55 +0000 |
commit | b8e3d173e3171a893dc738640cd628a1faae7486 (patch) | |
tree | 141f9b76190f1f77d0004da89fa1e84e8421e337 | |
parent | 2b21304e60f01d49f979a029a188632ba8d95987 (diff) | |
download | ports-b8e3d173e3171a893dc738640cd628a1faae7486.tar.gz ports-b8e3d173e3171a893dc738640cd628a1faae7486.zip |
Notes
-rw-r--r-- | multimedia/subtitleeditor/Makefile | 4 | ||||
-rw-r--r-- | multimedia/subtitleeditor/distinfo | 6 | ||||
-rw-r--r-- | multimedia/subtitleeditor/files/patch-src-CommandSystem.cc | 13 | ||||
-rw-r--r-- | multimedia/subtitleeditor/pkg-plist | 4 |
4 files changed, 9 insertions, 18 deletions
diff --git a/multimedia/subtitleeditor/Makefile b/multimedia/subtitleeditor/Makefile index c5d5f5d2014c..b9715d6562d0 100644 --- a/multimedia/subtitleeditor/Makefile +++ b/multimedia/subtitleeditor/Makefile @@ -6,9 +6,9 @@ # PORTNAME= subtitleeditor -PORTVERSION= 0.20.0 +PORTVERSION= 0.21.1 CATEGORIES= multimedia -MASTER_SITES= http://download.gna.org/${PORTNAME}/0.20/ +MASTER_SITES= http://download.gna.org/${PORTNAME}/0.21/ MAINTAINER= pav@FreeBSD.org COMMENT= Subtitle editor diff --git a/multimedia/subtitleeditor/distinfo b/multimedia/subtitleeditor/distinfo index 727d1adf2863..270077408a47 100644 --- a/multimedia/subtitleeditor/distinfo +++ b/multimedia/subtitleeditor/distinfo @@ -1,3 +1,3 @@ -MD5 (subtitleeditor-0.20.0.tar.gz) = 068075f138ccb131cefcb780bdaf3eab -SHA256 (subtitleeditor-0.20.0.tar.gz) = 463270399b237885361e7e82d3d3498e932b59c66011c0d44625993bdfbdaada -SIZE (subtitleeditor-0.20.0.tar.gz) = 569760 +MD5 (subtitleeditor-0.21.1.tar.gz) = 1cd4433c3ccdbc770fa4c91b1e95697a +SHA256 (subtitleeditor-0.21.1.tar.gz) = ae14ecc2dfc6130435d2d9eca0b478c4083d726364285d27eb0b8a95e697612d +SIZE (subtitleeditor-0.21.1.tar.gz) = 666756 diff --git a/multimedia/subtitleeditor/files/patch-src-CommandSystem.cc b/multimedia/subtitleeditor/files/patch-src-CommandSystem.cc deleted file mode 100644 index 42304504dfdb..000000000000 --- a/multimedia/subtitleeditor/files/patch-src-CommandSystem.cc +++ /dev/null @@ -1,13 +0,0 @@ ---- src/CommandSystem.cc.orig 2008-02-05 14:17:58.000000000 +0100 -+++ src/CommandSystem.cc 2008-04-29 13:29:39.000000000 +0200 -@@ -120,8 +120,8 @@ - { - se_debug(SE_DEBUG_COMMAND); - -- std::list<Command*>::const_reverse_iterator it; -- for(it = m_stack.rbegin(); it!= m_stack.rend(); ++it) -+ std::list<Command*>::const_iterator it; -+ for(it = m_stack.begin(); it!= m_stack.end(); ++it) - { - (*it)->restore(); - } diff --git a/multimedia/subtitleeditor/pkg-plist b/multimedia/subtitleeditor/pkg-plist index ff309428f39d..feaae190e470 100644 --- a/multimedia/subtitleeditor/pkg-plist +++ b/multimedia/subtitleeditor/pkg-plist @@ -13,6 +13,7 @@ bin/subtitleeditor %%DATADIR%%/glade/dialog-spell-checking.glade %%DATADIR%%/glade/dialog-split-document.glade %%DATADIR%%/glade/dialog-style-editor.glade +%%DATADIR%%/glade/dialog-view-manager.glade %%DATADIR%%/glade/subtitleeditor.glade %%DATADIR%%/menubar.xml %%DATADIR%%/subtitleeditor.svg @@ -23,14 +24,17 @@ share/icons/hicolor/32x32/apps/subtitleeditor.png share/icons/hicolor/scalable/apps/subtitleeditor.svg share/locale/ca/LC_MESSAGES/subtitleeditor.mo share/locale/cs/LC_MESSAGES/subtitleeditor.mo +share/locale/da/LC_MESSAGES/subtitleeditor.mo share/locale/es/LC_MESSAGES/subtitleeditor.mo share/locale/fr/LC_MESSAGES/subtitleeditor.mo share/locale/hu/LC_MESSAGES/subtitleeditor.mo share/locale/it/LC_MESSAGES/subtitleeditor.mo share/locale/nl/LC_MESSAGES/subtitleeditor.mo share/locale/pl/LC_MESSAGES/subtitleeditor.mo +share/locale/pt/LC_MESSAGES/subtitleeditor.mo share/locale/pt_BR/LC_MESSAGES/subtitleeditor.mo share/locale/pt_PT/LC_MESSAGES/subtitleeditor.mo +share/locale/zh_CN/LC_MESSAGES/subtitleeditor.mo @dirrmtry %%DESKTOPDIR%% @dirrm %%DATADIR%%/glade @dirrm %%DATADIR%% |