From owner-svn-ports-head@FreeBSD.ORG Wed Jul 23 09:41:12 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 8382E555; Wed, 23 Jul 2014 09:41:12 +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 7161726AC; Wed, 23 Jul 2014 09:41:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6N9fCnv052017; Wed, 23 Jul 2014 09:41:12 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6N9fCUu052015; Wed, 23 Jul 2014 09:41:12 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407230941.s6N9fCUu052015@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 23 Jul 2014 09:41:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362644 - head/devel/libast 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 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: Wed, 23 Jul 2014 09:41:12 -0000 Author: amdmi3 Date: Wed Jul 23 09:41:11 2014 New Revision: 362644 URL: http://svnweb.freebsd.org/changeset/ports/362644 QAT: https://qat.redports.org/buildarchive/r362644/ Log: - Switch to USES=libtool, drop .la files - Use correct LICENSE Approved by: portmgr blanket Modified: head/devel/libast/Makefile head/devel/libast/pkg-plist Modified: head/devel/libast/Makefile ============================================================================== --- head/devel/libast/Makefile Wed Jul 23 09:41:10 2014 (r362643) +++ head/devel/libast/Makefile Wed Jul 23 09:41:11 2014 (r362644) @@ -3,7 +3,7 @@ PORTNAME= libast PORTVERSION= 0.7 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= devel MASTER_SITES= http://www.eterm.org/download/ \ CRITICAL @@ -11,17 +11,16 @@ MASTER_SITES= http://www.eterm.org/downl MAINTAINER= rodrigo@FreeBSD.org COMMENT= Library of assorted spiffy things -LICENSE= BSD +LICENSE= MIT LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre -USE_AUTOTOOLS= libtool USE_EFL= imlib2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes -USES= pathfix +USES= libtool pathfix .include Modified: head/devel/libast/pkg-plist ============================================================================== --- head/devel/libast/pkg-plist Wed Jul 23 09:41:10 2014 (r362643) +++ head/devel/libast/pkg-plist Wed Jul 23 09:41:11 2014 (r362644) @@ -19,8 +19,8 @@ include/libast/objpair.h include/libast/sysdefs.h include/libast/vector_if.h lib/libast.a -lib/libast.la lib/libast.so lib/libast.so.2 +lib/libast.so.2.0.1 share/aclocal/libast.m4 @dirrm include/libast