svn commit: r362644 - head/devel/libast
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jul 23 09:41:12 UTC 2014
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 at 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
More information about the svn-ports-head
mailing list