From owner-svn-ports-all@FreeBSD.ORG Thu Jul 3 09:45:24 2014 Return-Path: Delivered-To: svn-ports-all@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 AAB8BED2; Thu, 3 Jul 2014 09:45:24 +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 8E467219A; Thu, 3 Jul 2014 09:45:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s639jOBQ052962; Thu, 3 Jul 2014 09:45:24 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s639jO1e052959; Thu, 3 Jul 2014 09:45:24 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201407030945.s639jO1e052959@svn.freebsd.org> From: Tijl Coosemans Date: Thu, 3 Jul 2014 09:45:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360348 - head/textproc/libsass 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: Thu, 03 Jul 2014 09:45:24 -0000 Author: tijl Date: Thu Jul 3 09:45:23 2014 New Revision: 360348 URL: http://svnweb.freebsd.org/changeset/ports/360348 QAT: https://qat.redports.org/buildarchive/r360348/ Log: Add USES=libtool Modified: head/textproc/libsass/Makefile head/textproc/libsass/pkg-plist Modified: head/textproc/libsass/Makefile ============================================================================== --- head/textproc/libsass/Makefile Thu Jul 3 09:25:00 2014 (r360347) +++ head/textproc/libsass/Makefile Thu Jul 3 09:45:23 2014 (r360348) @@ -3,7 +3,7 @@ PORTNAME= libsass PORTVERSION= 1.0.1 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= nivit@FreeBSD.org @@ -21,9 +21,9 @@ INSTALL_TARGET= install-strip PATHFIX_MAKEFILEIN= Makefile.am +USES= libtool pathfix USE_AUTOTOOLS= aclocal autoconf autoheader automake libtoolize USE_GITHUB= yes USE_LDCONFIG= yes -USES= pathfix .include Modified: head/textproc/libsass/pkg-plist ============================================================================== --- head/textproc/libsass/pkg-plist Thu Jul 3 09:25:00 2014 (r360347) +++ head/textproc/libsass/pkg-plist Thu Jul 3 09:45:23 2014 (r360348) @@ -1,7 +1,7 @@ include/sass.h include/sass_interface.h lib/libsass.a -lib/libsass.la lib/libsass.so lib/libsass.so.0 +lib/libsass.so.0.0.0 libdata/pkgconfig/libsass.pc