Index: head/devel/libast/Makefile =================================================================== --- head/devel/libast/Makefile (revision 362643) +++ head/devel/libast/Makefile (revision 362644) @@ -1,35 +1,34 @@ # Created by: Jeremy Norris # $FreeBSD$ PORTNAME= libast PORTVERSION= 0.7 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= devel MASTER_SITES= http://www.eterm.org/download/ \ CRITICAL 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 .if defined(WITH_MMX) && (${ARCH} == "i386") CONFIGURE_ARGS= --enable-mmx .endif post-build: @${STRIP_CMD} ${WRKSRC}/src/.libs/libast.so.2 .include Index: head/devel/libast/pkg-plist =================================================================== --- head/devel/libast/pkg-plist (revision 362643) +++ head/devel/libast/pkg-plist (revision 362644) @@ -1,26 +1,26 @@ bin/libast-config include/libast.h include/libast/array.h include/libast/dlinked_list.h include/libast/linked_list.h include/libast/list_if.h include/libast/obj.h include/libast/regexp.h include/libast/socket.h include/libast/str.h include/libast/tok.h include/libast/types.h include/libast/url.h include/libast/avl_tree.h include/libast/iterator_if.h include/libast/map_if.h include/libast/mbuff.h 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