Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2013 13:04:54 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327388 - head/devel/liblangtag
Message-ID:  <201309161304.r8GD4sK1058107@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309161304.r8GD4sK1058107>