Date: Wed, 23 Jul 2014 09:41:12 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362644 - head/devel/libast Message-ID: <201407230941.s6N9fCUu052015@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407230941.s6N9fCUu052015>