From owner-svn-ports-all@freebsd.org Sun Mar 27 22:18:56 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 C19C6ADFD25; Sun, 27 Mar 2016 22:18:56 +0000 (UTC) (envelope-from amdmi3@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 7ACE41CDD; Sun, 27 Mar 2016 22:18:56 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2RMItT7099992; Sun, 27 Mar 2016 22:18:55 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2RMItvX099989; Sun, 27 Mar 2016 22:18:55 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603272218.u2RMItvX099989@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 27 Mar 2016 22:18:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412017 - head/devel/ding-libs 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.21 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, 27 Mar 2016 22:18:56 -0000 Author: amdmi3 Date: Sun Mar 27 22:18:55 2016 New Revision: 412017 URL: https://svnweb.freebsd.org/changeset/ports/412017 Log: - Update to 0.5.0 - While here, fix LICENSE PR: 207942 Submitted by: jochen@jochen-neumeister.de Approved by: maintainer timeout (aweits@rit.edu, 2 weeks) Modified: head/devel/ding-libs/Makefile head/devel/ding-libs/distinfo head/devel/ding-libs/pkg-plist Modified: head/devel/ding-libs/Makefile ============================================================================== --- head/devel/ding-libs/Makefile Sun Mar 27 22:17:47 2016 (r412016) +++ head/devel/ding-libs/Makefile Sun Mar 27 22:18:55 2016 (r412017) @@ -2,15 +2,15 @@ # $FreeBSD$ PORTNAME= ding-libs -DISTVERSION= 0.4.0 -PORTREVISION= 1 +PORTVERSION= 0.5.0 CATEGORIES= devel MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/ MAINTAINER= aweits@rit.edu COMMENT= Collection of useful libraries for developers -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes Modified: head/devel/ding-libs/distinfo ============================================================================== --- head/devel/ding-libs/distinfo Sun Mar 27 22:17:47 2016 (r412016) +++ head/devel/ding-libs/distinfo Sun Mar 27 22:18:55 2016 (r412017) @@ -1,2 +1,2 @@ -SHA256 (ding-libs-0.4.0.tar.gz) = bdeb90b07ceaa9145e6784ce40a71b69a37fffc7373c51fee258ffffd5390457 -SIZE (ding-libs-0.4.0.tar.gz) = 827058 +SHA256 (ding-libs-0.5.0.tar.gz) = dab937537a05d7a7cbe605fdb9b3809080d67b124ac97eb321255b35f5b172fd +SIZE (ding-libs-0.5.0.tar.gz) = 868840 Modified: head/devel/ding-libs/pkg-plist ============================================================================== --- head/devel/ding-libs/pkg-plist Sun Mar 27 22:17:47 2016 (r412016) +++ head/devel/ding-libs/pkg-plist Sun Mar 27 22:18:55 2016 (r412017) @@ -5,6 +5,7 @@ include/collection_tools.h include/dhash.h include/ini_comment.h include/ini_config.h +include/ini_configmod.h include/ini_configobj.h include/ini_valueobj.h include/path_utils.h @@ -17,7 +18,7 @@ lib/libbasicobjects.so.0.1.0 lib/libcollection.a lib/libcollection.so lib/libcollection.so.4 -lib/libcollection.so.4.0.0 +lib/libcollection.so.4.1.0 lib/libdhash.a lib/libdhash.so lib/libdhash.so.1 @@ -25,7 +26,7 @@ lib/libdhash.so.1.0.2 lib/libini_config.a lib/libini_config.so lib/libini_config.so.5 -lib/libini_config.so.5.0.0 +lib/libini_config.so.5.1.0 lib/libpath_utils.a lib/libpath_utils.so lib/libpath_utils.so.1 @@ -33,7 +34,7 @@ lib/libpath_utils.so.1.0.1 lib/libref_array.a lib/libref_array.so lib/libref_array.so.1 -lib/libref_array.so.1.2.0 +lib/libref_array.so.1.2.1 libdata/pkgconfig/basicobjects.pc libdata/pkgconfig/collection.pc libdata/pkgconfig/dhash.pc