From owner-svn-ports-head@FreeBSD.ORG Mon Feb 10 20:49:27 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E60D79A8; Mon, 10 Feb 2014 20:49:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D1B7D17AA; Mon, 10 Feb 2014 20:49:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1AKnRHf008240; Mon, 10 Feb 2014 20:49:27 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1AKnRZd008238; Mon, 10 Feb 2014 20:49:27 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201402102049.s1AKnRZd008238@svn.freebsd.org> From: Eitan Adler Date: Mon, 10 Feb 2014 20:49:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343682 - head/graphics/aalib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Feb 2014 20:49:28 -0000 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