From owner-svn-ports-all@FreeBSD.ORG Sun Nov 2 12:05:57 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CB3E8D74; Sun, 2 Nov 2014 12:05:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AC6C7D42; Sun, 2 Nov 2014 12:05:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sA2C5vBN072521; Sun, 2 Nov 2014 12:05:57 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sA2C5u4A072517; Sun, 2 Nov 2014 12:05:56 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201411021205.sA2C5u4A072517@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sun, 2 Nov 2014 12:05:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372064 - in head/deskutils/osmo: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Nov 2014 12:05:57 -0000 Author: pawel Date: Sun Nov 2 12:05:56 2014 New Revision: 372064 URL: https://svnweb.freebsd.org/changeset/ports/372064 QAT: https://qat.redports.org/buildarchive/r372064/ Log: - Update to version 0.2.12 - Add LICENSE PR: 194494 Submitted by: tkato432@yahoo.com Added: head/deskutils/osmo/files/patch-src__backup.c (contents, props changed) Deleted: head/deskutils/osmo/files/patch-src__check_events.c Modified: head/deskutils/osmo/Makefile head/deskutils/osmo/distinfo head/deskutils/osmo/pkg-plist Modified: head/deskutils/osmo/Makefile ============================================================================== --- head/deskutils/osmo/Makefile Sun Nov 2 11:38:18 2014 (r372063) +++ head/deskutils/osmo/Makefile Sun Nov 2 12:05:56 2014 (r372064) @@ -2,42 +2,37 @@ # $FreeBSD$ PORTNAME= osmo -PORTVERSION= 0.2.10 -PORTREVISION= 7 +PORTVERSION= 0.2.12 CATEGORIES= deskutils -MASTER_SITES= SF/${PORTNAME}-pim/${PORTNAME}-pim/${PORTNAME}-${PORTVERSION}/ +MASTER_SITES= SF/${PORTNAME}-pim/${PORTNAME}-pim/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Personal organizer -LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 \ +LICENSE= GPLv2 # (or later) + +LIB_DEPENDS= libical.so:${PORTSDIR}/devel/libical \ libnotify.so:${PORTSDIR}/devel/libnotify \ - libical.so:${PORTSDIR}/devel/libical \ - libtar.so:${PORTSDIR}/devel/libtar \ libgringotts.so:${PORTSDIR}/security/libgringotts \ - libgtkhtml-2.so:${PORTSDIR}/www/libgtkhtml + libgtkspell.so:${PORTSDIR}/textproc/gtkspell \ + libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2 -USE_GNOME= gtk20 USES= gettext gmake pkgconfig -INSTALLS_ICONS= yes - +USE_GNOME= gtk20 libxml2 +USE_SQLITE= yes GNU_CONFIGURE= yes -LDFLAGS+= -L${LOCALBASE}/lib -lintl -CFLAGS+= -I${LOCALBASE}/include/libical - -POFILES= bg ca cs da de el en_GB es fi fr hu it ja lt nl pl pt \ - ru sv tr uk zh_CN +CONFIGURE_ENV= LIBARCHIVE_CFLAGS=" " LIBARCHIVE_LIBS="-larchive" +INSTALLS_ICONS= yes -MSGFMT= ${LOCALBASE}/bin/msgfmt +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -post-patch: - @${REINPLACE_CMD} -e 's|-DGTK_DISABLE_DEPRECATED||g' \ - ${WRKSRC}/src/Makefile.in +POFILES= bg ca cs da de el en_GB es fi fr gl gl_ES hu it ja lt nl \ + pl pt pt_BR ro ru sv te tr uk ur ur_PK zh_CN -pre-install: -# workaround to problem in po makefile +post-build: .for p in ${POFILES} - ${MSGFMT} -c ${WRKSRC}/po/$p.po -o ${WRKSRC}/po/$p.mo + (cd ${WRKSRC}/po && ${LOCALBASE}/bin/msgfmt -c ${p}.po -o ${p}.mo) .endfor .include Modified: head/deskutils/osmo/distinfo ============================================================================== --- head/deskutils/osmo/distinfo Sun Nov 2 11:38:18 2014 (r372063) +++ head/deskutils/osmo/distinfo Sun Nov 2 12:05:56 2014 (r372064) @@ -1,2 +1,2 @@ -SHA256 (osmo-0.2.10.tar.gz) = 4e911c52ac64a088f8a812b354084e7adedd1b54cb0435995a2cdc1d194d0845 -SIZE (osmo-0.2.10.tar.gz) = 851833 +SHA256 (osmo-0.2.12.tar.gz) = 93bda51614f92e4193840451612e792219f7d8c90d78bdc7ea6d6c14a2be6b78 +SIZE (osmo-0.2.12.tar.gz) = 907452 Added: head/deskutils/osmo/files/patch-src__backup.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/osmo/files/patch-src__backup.c Sun Nov 2 12:05:56 2014 (r372064) @@ -0,0 +1,17 @@ +--- src/backup.c.orig 2014-10-19 00:26:19.000000000 +0900 ++++ src/backup.c 2014-10-19 00:32:50.000000000 +0900 +@@ -41,6 +41,14 @@ + #include + #include + ++#ifdef __FreeBSD__ ++#include ++#if __FreeBSD_version <= 1000008 /* r232154: bump for libarchive update */ ++#define archive_read_support_filter_all(x) \ ++ archive_read_support_compression_all(x) ++#endif ++#endif ++ + /*------------------------------------------------------------------------------*/ + + int Modified: head/deskutils/osmo/pkg-plist ============================================================================== --- head/deskutils/osmo/pkg-plist Sun Nov 2 11:38:18 2014 (r372063) +++ head/deskutils/osmo/pkg-plist Sun Nov 2 12:05:56 2014 (r372064) @@ -17,6 +17,8 @@ share/locale/en_GB/LC_MESSAGES/osmo.mo share/locale/es/LC_MESSAGES/osmo.mo share/locale/fi/LC_MESSAGES/osmo.mo share/locale/fr/LC_MESSAGES/osmo.mo +share/locale/gl/LC_MESSAGES/osmo.mo +share/locale/gl_ES/LC_MESSAGES/osmo.mo share/locale/hu/LC_MESSAGES/osmo.mo share/locale/it/LC_MESSAGES/osmo.mo share/locale/ja/LC_MESSAGES/osmo.mo @@ -24,10 +26,15 @@ share/locale/lt/LC_MESSAGES/osmo.mo share/locale/nl/LC_MESSAGES/osmo.mo share/locale/pl/LC_MESSAGES/osmo.mo share/locale/pt/LC_MESSAGES/osmo.mo +share/locale/pt_BR/LC_MESSAGES/osmo.mo +share/locale/ro/LC_MESSAGES/osmo.mo share/locale/ru/LC_MESSAGES/osmo.mo share/locale/sv/LC_MESSAGES/osmo.mo +share/locale/te/LC_MESSAGES/osmo.mo share/locale/tr/LC_MESSAGES/osmo.mo share/locale/uk/LC_MESSAGES/osmo.mo +share/locale/ur/LC_MESSAGES/osmo.mo +share/locale/ur_PK/LC_MESSAGES/osmo.mo share/locale/zh_CN/LC_MESSAGES/osmo.mo share/pixmaps/osmo.png share/sounds/osmo/alarm.wav