From owner-svn-ports-all@freebsd.org Sun Jul 24 08:46:20 2016 Return-Path: Delivered-To: svn-ports-all@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 163C5BA32AE; Sun, 24 Jul 2016 08:46:20 +0000 (UTC) (envelope-from pawel@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 C0CF61242; Sun, 24 Jul 2016 08:46:19 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6O8kIW1082049; Sun, 24 Jul 2016 08:46:18 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6O8kIrS082045; Sun, 24 Jul 2016 08:46:18 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201607240846.u6O8kIrS082045@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sun, 24 Jul 2016 08:46:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418991 - in head: devel/injeqt polish/kadu 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.22 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, 24 Jul 2016 08:46:20 -0000 Author: pawel Date: Sun Jul 24 08:46:18 2016 New Revision: 418991 URL: https://svnweb.freebsd.org/changeset/ports/418991 Log: - Update to version 1.1.0 - Bump polish/kadu, library ABI change Changelog: https://github.com/vogel/injeqt/blob/master/ChangeLog Modified: head/devel/injeqt/Makefile head/devel/injeqt/distinfo head/devel/injeqt/pkg-plist head/polish/kadu/Makefile Modified: head/devel/injeqt/Makefile ============================================================================== --- head/devel/injeqt/Makefile Sun Jul 24 08:45:30 2016 (r418990) +++ head/devel/injeqt/Makefile Sun Jul 24 08:46:18 2016 (r418991) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= injeqt -PORTVERSION= 1.0.1 +PORTVERSION= 1.1.0 CATEGORIES= devel MAINTAINER= pawel@FreeBSD.org Modified: head/devel/injeqt/distinfo ============================================================================== --- head/devel/injeqt/distinfo Sun Jul 24 08:45:30 2016 (r418990) +++ head/devel/injeqt/distinfo Sun Jul 24 08:46:18 2016 (r418991) @@ -1,2 +1,3 @@ -SHA256 (vogel-injeqt-1.0.1_GH0.tar.gz) = 81aafaf990134486331bbb5c362be2b8520a3bec86e82869125c17ec652d686d -SIZE (vogel-injeqt-1.0.1_GH0.tar.gz) = 63748 +TIMESTAMP = 1469215541 +SHA256 (vogel-injeqt-1.1.0_GH0.tar.gz) = a5e125ab3e8c9f7139fccbce22d772b01c4e1af074dea3bbb1ddb4379a42cb16 +SIZE (vogel-injeqt-1.1.0_GH0.tar.gz) = 74112 Modified: head/devel/injeqt/pkg-plist ============================================================================== --- head/devel/injeqt/pkg-plist Sun Jul 24 08:45:30 2016 (r418990) +++ head/devel/injeqt/pkg-plist Sun Jul 24 08:46:18 2016 (r418991) @@ -8,6 +8,7 @@ include/injeqt/exception/empty-type.h include/injeqt/exception/exception.h include/injeqt/exception/instantiation-failed.h include/injeqt/exception/interface-not-implemented.h +include/injeqt/exception/invalid-action.h include/injeqt/exception/invalid-dependency.h include/injeqt/exception/invalid-qobject.h include/injeqt/exception/invalid-setter.h @@ -21,6 +22,6 @@ include/injeqt/injeqt.h include/injeqt/module.h include/injeqt/type.h lib/libinjeqt.so -lib/libinjeqt.so.0 +lib/libinjeqt.so.1 lib/libinjeqt.so.%%VERSION%% libdata/pkgconfig/injeqt.pc Modified: head/polish/kadu/Makefile ============================================================================== --- head/polish/kadu/Makefile Sun Jul 24 08:45:30 2016 (r418990) +++ head/polish/kadu/Makefile Sun Jul 24 08:46:18 2016 (r418991) @@ -3,6 +3,7 @@ PORTNAME= kadu PORTVERSION= 2.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= polish net-im MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/:kadu \