Date: Mon, 10 Feb 2014 20:49:27 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343682 - head/graphics/aalib Message-ID: <201402102049.s1AKnRZd008238@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eadler Date: Mon Feb 10 20:49:27 2014 New Revision: 343682 URL: http://svnweb.freebsd.org/changeset/ports/343682 QAT: https://qat.redports.org/buildarchive/r343682/ Log: Convert to USES=libtool Modified: head/graphics/aalib/Makefile head/graphics/aalib/pkg-plist Modified: head/graphics/aalib/Makefile ============================================================================== --- head/graphics/aalib/Makefile Mon Feb 10 20:48:33 2014 (r343681) +++ head/graphics/aalib/Makefile Mon Feb 10 20:49:27 2014 (r343682) @@ -3,7 +3,7 @@ PORTNAME= aalib PORTVERSION= 1.4.r5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= SF/aa-project/aa-lib/1.4rc5 DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} @@ -13,8 +13,7 @@ COMMENT= ASCII art library OPTIONS_DEFINE= X11 -USES= ncurses -USE_AUTOTOOLS= libtool +USES= ncurses libtool WRKSRC= ${WRKDIR}/${PORTNAME}-1.4.0 GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/graphics/aalib/pkg-plist ============================================================================== --- head/graphics/aalib/pkg-plist Mon Feb 10 20:48:33 2014 (r343681) +++ head/graphics/aalib/pkg-plist Mon Feb 10 20:49:27 2014 (r343682) @@ -8,6 +8,7 @@ lib/libaa.a lib/libaa.la lib/libaa.so lib/libaa.so.1 +lib/libaa.so.1.0.4 share/aclocal/aalib.m4 man/man3/aa_attrs.3.gz man/man3/aa_autoinit.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402102049.s1AKnRZd008238>