From owner-svn-ports-all@freebsd.org Fri Feb 12 13:12:36 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 13C32AA5440; Fri, 12 Feb 2016 13:12:36 +0000 (UTC) (envelope-from miwi@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 C10401FDA; Fri, 12 Feb 2016 13:12:35 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CDCY04093869; Fri, 12 Feb 2016 13:12:34 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CDCYok093866; Fri, 12 Feb 2016 13:12:34 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602121312.u1CDCYok093866@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 12 Feb 2016 13:12:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408729 - head/devel/unibilium 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.20 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: Fri, 12 Feb 2016 13:12:36 -0000 Author: miwi Date: Fri Feb 12 13:12:34 2016 New Revision: 408729 URL: https://svnweb.freebsd.org/changeset/ports/408729 Log: - Update to 1.2.0 PR: 207090 Submitted by: maintainer Modified: head/devel/unibilium/Makefile head/devel/unibilium/distinfo head/devel/unibilium/pkg-plist Modified: head/devel/unibilium/Makefile ============================================================================== --- head/devel/unibilium/Makefile Fri Feb 12 13:11:53 2016 (r408728) +++ head/devel/unibilium/Makefile Fri Feb 12 13:12:34 2016 (r408729) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= unibilium -PORTVERSION= 1.1.2 +PORTVERSION= 1.2.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= devel MAINTAINER= antont@inbox.lv Modified: head/devel/unibilium/distinfo ============================================================================== --- head/devel/unibilium/distinfo Fri Feb 12 13:11:53 2016 (r408728) +++ head/devel/unibilium/distinfo Fri Feb 12 13:12:34 2016 (r408729) @@ -1,2 +1,2 @@ -SHA256 (mauke-unibilium-v1.1.2_GH0.tar.gz) = bdf3750b9e6ecdb30ba42dd0ef041c34222051495ff420c8c76d391f11e149e3 -SIZE (mauke-unibilium-v1.1.2_GH0.tar.gz) = 76823 +SHA256 (mauke-unibilium-v1.2.0_GH0.tar.gz) = 623af1099515e673abfd3cae5f2fa808a09ca55dda1c65a7b5c9424eb304ead8 +SIZE (mauke-unibilium-v1.2.0_GH0.tar.gz) = 88488 Modified: head/devel/unibilium/pkg-plist ============================================================================== --- head/devel/unibilium/pkg-plist Fri Feb 12 13:11:53 2016 (r408728) +++ head/devel/unibilium/pkg-plist Fri Feb 12 13:12:34 2016 (r408729) @@ -2,7 +2,7 @@ include/unibilium.h lib/libunibilium.a lib/libunibilium.so lib/libunibilium.so.0 -lib/libunibilium.so.0.2.1 +lib/libunibilium.so.0.3.0 libdata/pkgconfig/unibilium.pc man/man3/unibi_add_ext_bool.3.gz man/man3/unibi_add_ext_num.3.gz @@ -32,9 +32,11 @@ man/man3/unibi_get_ext_str_name.3.gz man/man3/unibi_get_name.3.gz man/man3/unibi_get_num.3.gz man/man3/unibi_get_str.3.gz +man/man3/unibi_int_from_var.3.gz man/man3/unibi_name_bool.3.gz man/man3/unibi_name_num.3.gz man/man3/unibi_name_str.3.gz +man/man3/unibi_num_from_var.3.gz man/man3/unibi_run.3.gz man/man3/unibi_set_aliases.3.gz man/man3/unibi_set_bool.3.gz @@ -50,5 +52,8 @@ man/man3/unibi_set_str.3.gz man/man3/unibi_short_name_bool.3.gz man/man3/unibi_short_name_num.3.gz man/man3/unibi_short_name_str.3.gz +man/man3/unibi_str_from_var.3.gz man/man3/unibi_terminfo_dirs.3.gz +man/man3/unibi_var_from_num.3.gz +man/man3/unibi_var_from_str.3.gz man/man3/unibilium.h.3.gz