From owner-svn-ports-head@FreeBSD.ORG Mon Sep 16 13:04:54 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9BD50BB; Mon, 16 Sep 2013 13:04:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 891542BE4; Mon, 16 Sep 2013 13:04:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GD4sY9058108; Mon, 16 Sep 2013 13:04:54 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GD4sK1058107; Mon, 16 Sep 2013 13:04:54 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309161304.r8GD4sK1058107@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 16 Sep 2013 13:04:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327388 - head/devel/liblangtag 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.14 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, 16 Sep 2013 13:04:54 -0000 Author: sunpoet Date: Mon Sep 16 13:04:53 2013 New Revision: 327388 URL: http://svnweb.freebsd.org/changeset/ports/327388 Log: - Remove leading indefinite article from COMMENT - Convert to new LIB_DEPENDS format - Use USES=gmake Modified: head/devel/liblangtag/Makefile Modified: head/devel/liblangtag/Makefile ============================================================================== --- head/devel/liblangtag/Makefile Mon Sep 16 13:01:41 2013 (r327387) +++ head/devel/liblangtag/Makefile Mon Sep 16 13:04:53 2013 (r327388) @@ -4,23 +4,21 @@ PORTNAME= liblangtag PORTVERSION= 0.5.1 CATEGORIES= devel textproc MASTER_SITES= https://cdn.bitbucket.org/tagoh/liblangtag/downloads/ \ - LOCAL -MASTER_SITE_SUBDIR= jkim + LOCAL/jkim MAINTAINER= office@FreeBSD.org -COMMENT= An interface library to access tags for identifying languages +COMMENT= Interface library to access tags for identifying languages LICENSE= LGPL3 MPL LICENSE_COMB= dual -LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 +LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool USE_BZIP2= yes -USE_GMAKE= yes USE_LDCONFIG= yes -USES= iconv:build pathfix pkgconfig +USES= gmake iconv:build pathfix pkgconfig CONFIGURE_ARGS= --disable-introspection