diff options
author | miwi <miwi@FreeBSD.org> | 2009-10-10 17:38:51 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-10-10 17:38:51 +0800 |
commit | 7927daad07b1d539eee195aa7a83ea4c2f3ff0b1 (patch) | |
tree | 04e5c304ccfe2cdd007ec6c2262e0ba6bd66359a | |
parent | 3401d8e6cc904a4abd33bb2804e4b1d9264eed0c (diff) | |
download | freebsd-ports-gnome-7927daad07b1d539eee195aa7a83ea4c2f3ff0b1.tar.gz freebsd-ports-gnome-7927daad07b1d539eee195aa7a83ea4c2f3ff0b1.tar.zst freebsd-ports-gnome-7927daad07b1d539eee195aa7a83ea4c2f3ff0b1.zip |
- Update to 1.0.7
PR: 139393
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
-rw-r--r-- | deskutils/chmsee/Makefile | 6 | ||||
-rw-r--r-- | deskutils/chmsee/distinfo | 6 | ||||
-rw-r--r-- | deskutils/chmsee/files/patch-src__CMakeLists.txt | 10 | ||||
-rw-r--r-- | deskutils/chmsee/pkg-plist | 2 |
4 files changed, 8 insertions, 16 deletions
diff --git a/deskutils/chmsee/Makefile b/deskutils/chmsee/Makefile index a7397e49ee54..5b28390df018 100644 --- a/deskutils/chmsee/Makefile +++ b/deskutils/chmsee/Makefile @@ -6,18 +6,18 @@ # PORTNAME= chmsee -PORTVERSION= 1.0.6 +PORTVERSION= 1.0.7 CATEGORIES= deskutils gnome MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= scjamorim@bsd.com.br COMMENT= A viewer for Microsoft Help "CHM" files LIB_DEPENDS= chm.0:${PORTSDIR}/misc/chmlib \ gcrypt.16:${PORTSDIR}/security/libgcrypt USE_GNOME= gnomehier libglade2 -USE_GECKO= firefox libxul seamonkey xulrunner mozilla +USE_GECKO= libxul seamonkey xulrunner mozilla USE_GETTEXT= yes USE_CMAKE= yes CMAKE_USE_PTHREAD= yes diff --git a/deskutils/chmsee/distinfo b/deskutils/chmsee/distinfo index d9c3fa1de5b8..c573bcaf645a 100644 --- a/deskutils/chmsee/distinfo +++ b/deskutils/chmsee/distinfo @@ -1,3 +1,3 @@ -MD5 (chmsee-1.0.6.tar.gz) = 7a42795038e138ee233952b525373b08 -SHA256 (chmsee-1.0.6.tar.gz) = bab70a9483058fc16ffa4f12a6a5b604c596b703900acc4e3ec50ee5bb340fb3 -SIZE (chmsee-1.0.6.tar.gz) = 435924 +MD5 (chmsee-1.0.7.tar.gz) = 66fbcc569d6a489d39536ea7d177bc34 +SHA256 (chmsee-1.0.7.tar.gz) = c910ebe6ba454a33e0de0fd8a9a5cc3e11314d510154ad037f297b8a72e7cfba +SIZE (chmsee-1.0.7.tar.gz) = 140362 diff --git a/deskutils/chmsee/files/patch-src__CMakeLists.txt b/deskutils/chmsee/files/patch-src__CMakeLists.txt deleted file mode 100644 index f3e85c432f79..000000000000 --- a/deskutils/chmsee/files/patch-src__CMakeLists.txt +++ /dev/null @@ -1,10 +0,0 @@ ---- src/CMakeLists.txt.orig 2009-05-17 15:48:23.000000000 +0900 -+++ src/CMakeLists.txt 2009-05-19 01:37:10.000000000 +0900 -@@ -49,6 +49,7 @@ - ${CHMSEE_LIBRARIES} - chm - gcrypt -+ md - ) - - add_executable(chmsee main.cpp) diff --git a/deskutils/chmsee/pkg-plist b/deskutils/chmsee/pkg-plist index ce5b9f059b01..a2df45347ce8 100644 --- a/deskutils/chmsee/pkg-plist +++ b/deskutils/chmsee/pkg-plist @@ -13,6 +13,7 @@ share/locale/bn/LC_MESSAGES/chmsee.mo share/locale/ca/LC_MESSAGES/chmsee.mo share/locale/cs/LC_MESSAGES/chmsee.mo share/locale/da/LC_MESSAGES/chmsee.mo +share/locale/de/LC_MESSAGES/chmsee.mo share/locale/el/LC_MESSAGES/chmsee.mo share/locale/en_GB/LC_MESSAGES/chmsee.mo share/locale/es/LC_MESSAGES/chmsee.mo @@ -33,6 +34,7 @@ share/locale/sw/LC_MESSAGES/chmsee.mo share/locale/uk/LC_MESSAGES/chmsee.mo share/locale/vi/LC_MESSAGES/chmsee.mo share/locale/zh_CN/LC_MESSAGES/chmsee.mo +share/locale/zh_TW/LC_MESSAGES/chmsee.mo share/mime-info/chmsee.keys share/mime-info/chmsee.mime share/pixmaps/chmsee-icon.png |