From owner-svn-ports-all@FreeBSD.ORG Wed Jul 2 15:54:36 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2ACDE887; Wed, 2 Jul 2014 15:54:36 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1827224B2; Wed, 2 Jul 2014 15:54:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s62FsZJn037323; Wed, 2 Jul 2014 15:54:35 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s62FsZ6e037322; Wed, 2 Jul 2014 15:54:35 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201407021554.s62FsZ6e037322@svn.freebsd.org> From: Tijl Coosemans Date: Wed, 2 Jul 2014 15:54:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360212 - head/www/castget X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2014 15:54:36 -0000 Author: tijl Date: Wed Jul 2 15:54:35 2014 New Revision: 360212 URL: http://svnweb.freebsd.org/changeset/ports/360212 QAT: https://qat.redports.org/buildarchive/r360212/ Log: Add USES=libtool Modified: head/www/castget/Makefile Modified: head/www/castget/Makefile ============================================================================== --- head/www/castget/Makefile Wed Jul 2 15:52:37 2014 (r360211) +++ head/www/castget/Makefile Wed Jul 2 15:54:35 2014 (r360212) @@ -3,7 +3,7 @@ PORTNAME= castget PORTVERSION= 1.0.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MASTER_SITES= SAVANNAH CENKES @@ -14,7 +14,7 @@ LIB_DEPENDS= libid3.so:${PORTSDIR}/audio libcurl.so:${PORTSDIR}/ftp/curl USE_LDCONFIG= yes -USES= pkgconfig +USES= libtool pkgconfig USE_GNOME= glib20 libxml2 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -22,7 +22,7 @@ CONFIGURE_ARGS= --disable-static GNU_CONFIGURE= yes PLIST_FILES= bin/castget include/libcastget.h \ - lib/libcastget.la lib/libcastget.so lib/libcastget.so.0 \ + lib/libcastget.so lib/libcastget.so.0 lib/libcastget.so.0.0.0 \ man/man1/castget.1.gz man/man5/castgetrc.5.gz .include