svn commit: r343682 - head/graphics/aalib

Eitan Adler eadler at FreeBSD.org
Mon Feb 10 20:49:28 UTC 2014


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


More information about the svn-ports-head mailing list