From owner-svn-ports-head@freebsd.org Sat Oct 8 13:40:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AFE1EC059A2; Sat, 8 Oct 2016 13:40:26 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 67F16FD9; Sat, 8 Oct 2016 13:40:26 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u98DePrP088190; Sat, 8 Oct 2016 13:40:25 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u98DePGY088187; Sat, 8 Oct 2016 13:40:25 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201610081340.u98DePGY088187@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 8 Oct 2016 13:40:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423508 - head/games/connectagram X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Oct 2016 13:40:26 -0000 Author: riggs Date: Sat Oct 8 13:40:25 2016 New Revision: 423508 URL: https://svnweb.freebsd.org/changeset/ports/423508 Log: Update to upstream version 1.2.3 Modified: head/games/connectagram/Makefile head/games/connectagram/distinfo head/games/connectagram/pkg-plist Modified: head/games/connectagram/Makefile ============================================================================== --- head/games/connectagram/Makefile Sat Oct 8 13:36:14 2016 (r423507) +++ head/games/connectagram/Makefile Sat Oct 8 13:40:25 2016 (r423508) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= connectagram -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.3 DISTVERSIONSUFFIX= -src CATEGORIES= games MASTER_SITES= http://gottcode.org/connectagram/ @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= compiler:c++11-lib qmake tar:bzip2 -USE_QT5= buildtools_build network widgets +USE_QT5= buildtools_build core gui linguisttools_build network widgets INSTALLS_ICONS= yes OPTIONS_DEFINE= DOCS Modified: head/games/connectagram/distinfo ============================================================================== --- head/games/connectagram/distinfo Sat Oct 8 13:36:14 2016 (r423507) +++ head/games/connectagram/distinfo Sat Oct 8 13:40:25 2016 (r423508) @@ -1,2 +1,3 @@ -SHA256 (connectagram-1.2.1-src.tar.bz2) = 0a559243a8d970bb79c6791214be879269fc073b5eaec6aa55fb60be82f140bb -SIZE (connectagram-1.2.1-src.tar.bz2) = 1632426 +TIMESTAMP = 1475932000 +SHA256 (connectagram-1.2.3-src.tar.bz2) = f5dc20ceea874e7bb8859cd5cf9cfac1d0545c94f73731e0417a6ed9b4ef5f2c +SIZE (connectagram-1.2.3-src.tar.bz2) = 1625958 Modified: head/games/connectagram/pkg-plist ============================================================================== --- head/games/connectagram/pkg-plist Sat Oct 8 13:36:14 2016 (r423507) +++ head/games/connectagram/pkg-plist Sat Oct 8 13:40:25 2016 (r423508) @@ -10,8 +10,8 @@ share/applications/connectagram.desktop %%DATADIR%%/translations/connectagram_de.qm %%DATADIR%%/translations/connectagram_el.qm %%DATADIR%%/translations/connectagram_en.qm +%%DATADIR%%/translations/connectagram_es_PE.qm %%DATADIR%%/translations/connectagram_fr.qm -%%DATADIR%%/translations/connectagram_he.qm %%DATADIR%%/translations/connectagram_hr.qm %%DATADIR%%/translations/connectagram_hu.qm %%DATADIR%%/translations/connectagram_lt.qm