Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  7 Oct 2009 11:02:25 -0300 (BRT)
From:      Sylvio Cesar <scjamorim@bsd.com.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        miwi@FreeBSD.org
Subject:   ports/139393: [PATCH] deskutils/chmsee: update to 1.0.7. Take maintainership.
Message-ID:  <20091007140225.A75FA244D64@fbsd9i386.scjamorim.org>
Resent-Message-ID: <200910071410.n97EA12G012448@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         139393
>Category:       ports
>Synopsis:       [PATCH] deskutils/chmsee: update to 1.0.7. Take maintainership.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 07 14:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Sylvio Cesar
>Release:        FreeBSD 9.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD fbsd9i386.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Fri Oct  2 01:38:34 BRT
>Description:
- Update to 1.0.7
- Removed firefox due of problem of security.
- Take maintainership.
- Changed pkg-plist

Removed file(s):
- files/patch-src__CMakeLists.txt

You can see the log in my tinderbox:

AMD64
http://www.scjamorim.org/Home/chmsee-1.0.7-6amd64.log
http://www.scjamorim.org/Home/chmsee-1.0.7-7amd64.log
http://www.scjamorim.org/Home/chmsee-1.0.7-8amd64.log
http://www.scjamorim.org/Home/chmsee-1.0.7-9amd64.log

i386
http://www.scjamorim.org/Home/chmsee-1.0.7-6i386.log
http://www.scjamorim.org/Home/chmsee-1.0.7-7i386.log
http://www.scjamorim.org/Home/chmsee-1.0.7-8i386.log
http://www.scjamorim.org/Home/chmsee-1.0.7-9i386.log

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- chmsee-1.0.7.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/deskutils/chmsee/Makefile,v
retrieving revision 1.18
diff -u -u -r1.18 Makefile
--- Makefile	26 Jul 2009 15:31:35 -0000	1.18
+++ Makefile	7 Oct 2009 13:58:55 -0000
@@ -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
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/deskutils/chmsee/distinfo,v
retrieving revision 1.7
diff -u -u -r1.7 distinfo
--- distinfo	26 Jul 2009 15:31:35 -0000	1.7
+++ distinfo	7 Oct 2009 13:58:55 -0000
@@ -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
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/deskutils/chmsee/pkg-plist,v
retrieving revision 1.8
diff -u -u -r1.8 pkg-plist
--- pkg-plist	26 Jul 2009 15:31:35 -0000	1.8
+++ pkg-plist	7 Oct 2009 13:58:55 -0000
@@ -13,6 +13,7 @@
 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/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
Index: files/patch-src__CMakeLists.txt
===================================================================
RCS file: files/patch-src__CMakeLists.txt
diff -N files/patch-src__CMakeLists.txt
--- files/patch-src__CMakeLists.txt	28 May 2009 23:49:06 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -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)
--- chmsee-1.0.7.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091007140225.A75FA244D64>