Date: Thu, 30 May 2013 08:47:46 +0000 (UTC) From: Boris Samorodov <bsam@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319408 - head/comms/gammu Message-ID: <201305300847.r4U8lkEv095394@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bsam Date: Thu May 30 08:47:46 2013 New Revision: 319408 URL: http://svnweb.freebsd.org/changeset/ports/319408 Log: . update to 1.33.0; . check for "${PORT_OPTIONS:MDOCS}" rather then "! ${PORT_OPTIONS:MDOCS}" since both conditions are used. Modified: head/comms/gammu/Makefile head/comms/gammu/distinfo head/comms/gammu/pkg-plist Modified: head/comms/gammu/Makefile ============================================================================== --- head/comms/gammu/Makefile Thu May 30 08:26:57 2013 (r319407) +++ head/comms/gammu/Makefile Thu May 30 08:47:46 2013 (r319408) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gammu -PORTVERSION= 1.32.0 +PORTVERSION= 1.33.0 CATEGORIES= comms MASTER_SITES= http://dl.cihar.com/gammu/releases/ \ http://dl.cihar.com.nyud.net/gammu/releases/ @@ -45,10 +45,7 @@ PLIST_DIRSTRY+= etc/bash_completion.d EXTRA_PATCHES+= ${FILESDIR}/extra-patch-contrib_CMakeLists.txt .endif -.if ! ${PORT_OPTIONS:MDOCS} -CMAKE_ARGS+= -DINSTALL_DOC=OFF -DINSTALL_PHP_EXAMPLES=OFF -DINSTALL_MEDIA=OFF \ - -DINSTALL_GNAPPLET=OFF -.else +.if ${PORT_OPTIONS:MDOCS} MAN1= gammu.1 gammu-config.1 jadmaker.1 gammu-smsd.1 gammu-smsd-inject.1 \ gammu-smsd-monitor.1 gammu-detect.1 MAN5= gammu-backup.5 gammu-smsbackup.5 gammu-smsdrc.5 gammurc.5 @@ -56,6 +53,9 @@ MAN7= gammu-smsd-files.7 gammu-smsd-mys gammu-smsd-odbc.7 gammu-smsd-pgsql.7 \ gammu-smsd-dbi.7 gammu-smsd-tables.7 gammu-smsd-null.7 \ gammu-smsd-run.7 gammu-smsd-sql.7 +.else +CMAKE_ARGS+= -DINSTALL_DOC=OFF -DINSTALL_PHP_EXAMPLES=OFF -DINSTALL_MEDIA=OFF \ + -DINSTALL_GNAPPLET=OFF .endif .include <bsd.port.mk> Modified: head/comms/gammu/distinfo ============================================================================== --- head/comms/gammu/distinfo Thu May 30 08:26:57 2013 (r319407) +++ head/comms/gammu/distinfo Thu May 30 08:47:46 2013 (r319408) @@ -1,2 +1,2 @@ -SHA256 (gammu-1.32.0.tar.gz) = ac5e317a1a588ab0b55ef7531a35ed9bb44aad1088957a499996940ea33fbb4e -SIZE (gammu-1.32.0.tar.gz) = 8145150 +SHA256 (gammu-1.33.0.tar.gz) = f058f13662c7ab7b74113c29eca44e57591ba31550ac22bf624a4bb3326d9a3d +SIZE (gammu-1.33.0.tar.gz) = 8489842 Modified: head/comms/gammu/pkg-plist ============================================================================== --- head/comms/gammu/pkg-plist Thu May 30 08:26:57 2013 (r319407) +++ head/comms/gammu/pkg-plist Thu May 30 08:47:46 2013 (r319408) @@ -36,10 +36,10 @@ libdata/pkgconfig/gammu.pc libdata/pkgconfig/gammu-smsd.pc lib/libGammu.so lib/libGammu.so.7 -lib/libGammu.so.7.1.32.0 +lib/libGammu.so.7.1.33.0 lib/libgsmsd.so lib/libgsmsd.so.7 -lib/libgsmsd.so.7.1.32.0 +lib/libgsmsd.so.7.1.33.0 share/gammu/gammu-s60-remote.sis share/gammu/gnapplet.ini share/gammu/gnapplet.sis @@ -87,6 +87,8 @@ share/locale/pl/LC_MESSAGES/gammu.mo share/locale/pl/LC_MESSAGES/libgammu.mo share/locale/pt_BR/LC_MESSAGES/gammu.mo share/locale/pt_BR/LC_MESSAGES/libgammu.mo +share/locale/ro/LC_MESSAGES/gammu.mo +share/locale/ro/LC_MESSAGES/libgammu.mo share/locale/ru/LC_MESSAGES/gammu.mo share/locale/ru/LC_MESSAGES/libgammu.mo share/locale/sk/LC_MESSAGES/gammu.mo @@ -97,6 +99,8 @@ share/locale/sw/LC_MESSAGES/gammu.mo share/locale/sw/LC_MESSAGES/libgammu.mo share/locale/tr/LC_MESSAGES/gammu.mo share/locale/tr/LC_MESSAGES/libgammu.mo +share/locale/uk/LC_MESSAGES/gammu.mo +share/locale/uk/LC_MESSAGES/libgammu.mo share/locale/zh_CN/LC_MESSAGES/gammu.mo share/locale/zh_CN/LC_MESSAGES/libgammu.mo share/locale/zh_TW/LC_MESSAGES/gammu.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305300847.r4U8lkEv095394>