From owner-svn-ports-head@FreeBSD.ORG Mon Sep 22 13:09:21 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8F89F2BC; Mon, 22 Sep 2014 13:09:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 62E5B609; Mon, 22 Sep 2014 13:09:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8MD9LXQ080693; Mon, 22 Sep 2014 13:09:21 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8MD9Kt4080690; Mon, 22 Sep 2014 13:09:20 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201409221309.s8MD9Kt4080690@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Mon, 22 Sep 2014 13:09:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368913 - head/misc/libisocodes 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.18-1 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: Mon, 22 Sep 2014 13:09:21 -0000 Author: kwm Date: Mon Sep 22 13:09:20 2014 New Revision: 368913 URL: http://svnweb.freebsd.org/changeset/ports/368913 QAT: https://qat.redports.org/buildarchive/r368913/ Log: Update to 1.2.1. Modified: head/misc/libisocodes/Makefile head/misc/libisocodes/distinfo head/misc/libisocodes/pkg-plist Modified: head/misc/libisocodes/Makefile ============================================================================== --- head/misc/libisocodes/Makefile Mon Sep 22 13:07:01 2014 (r368912) +++ head/misc/libisocodes/Makefile Mon Sep 22 13:09:20 2014 (r368913) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libisocodes -PORTVERSION= 1.2 +PORTVERSION= 1.2.1 CATEGORIES= misc MASTER_SITES= http://pkg-isocodes.alioth.debian.org/downloads/ @@ -12,7 +12,7 @@ COMMENT= Interaction library for iso-cod LICENSE= GPLv3 BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala -LIB_DEPENDS= libgee.so:${PORTSDIR}/devel/libgee06 +LIB_DEPENDS= libgee-0.8.so:${PORTSDIR}/devel/libgee RUN_DEPENDS= iso-codes>=0:${PORTSDIR}/misc/iso-codes GNU_CONFIGURE= yes @@ -20,6 +20,8 @@ USES= gettext gmake libtool pathfix pkg USE_GNOME= glib20 gnomehier introspection:build libxml2 INSTALL_TARGET= install-strip +PLIST_SUB+= VERSION=${PORTVERSION} + post-patch: @${REINPLACE_CMD} -e 's|/usr/share/xml/|${LOCALBASE}/share/xml/|g' \ ${WRKSRC}/src/iso_15924.* ${WRKSRC}/src/iso_3166* \ Modified: head/misc/libisocodes/distinfo ============================================================================== --- head/misc/libisocodes/distinfo Mon Sep 22 13:07:01 2014 (r368912) +++ head/misc/libisocodes/distinfo Mon Sep 22 13:09:20 2014 (r368913) @@ -1,2 +1,2 @@ -SHA256 (libisocodes-1.2.tar.xz) = 49066752e4a0bcd4a09837ef6c0f35a754aadb82dc5597f539a66ba9cf39829c -SIZE (libisocodes-1.2.tar.xz) = 291692 +SHA256 (libisocodes-1.2.1.tar.xz) = 593dce4606d863c3ea3a5fada24fda1784bb397ee3c473cdb634b59145a52ef0 +SIZE (libisocodes-1.2.1.tar.xz) = 291528 Modified: head/misc/libisocodes/pkg-plist ============================================================================== --- head/misc/libisocodes/pkg-plist Mon Sep 22 13:07:01 2014 (r368912) +++ head/misc/libisocodes/pkg-plist Mon Sep 22 13:09:20 2014 (r368913) @@ -1,11 +1,11 @@ include/libisocodes.h -lib/girepository-1.0/libisocodes-1.2.typelib +lib/girepository-1.0/libisocodes-%%VERSION%%.typelib lib/libisocodes.a lib/libisocodes.so lib/libisocodes.so.1 lib/libisocodes.so.1.1.0 libdata/pkgconfig/libisocodes.pc -share/gir-1.0/libisocodes-1.2.gir +share/gir-1.0/libisocodes-%%VERSION%%.gir share/locale/cs/LC_MESSAGES/libisocodes.mo share/locale/da/LC_MESSAGES/libisocodes.mo share/locale/de/LC_MESSAGES/libisocodes.mo