Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Aug 2014 12:44:13 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r364169 - branches/2014Q3/textproc/libsass
Message-ID:  <53e2231e.5cce.7d08e252@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Aug  6 12:44:13 2014
New Revision: 364169
URL: http://svnweb.freebsd.org/changeset/ports/364169
QAT: https://qat.redports.org/buildarchive/r364169/

Log:
  MFH: r360348
  
  Add USES=libtool

Modified:
  branches/2014Q3/textproc/libsass/Makefile
  branches/2014Q3/textproc/libsass/pkg-plist
Directory Properties:
  branches/2014Q3/   (props changed)

Modified: branches/2014Q3/textproc/libsass/Makefile
==============================================================================
--- branches/2014Q3/textproc/libsass/Makefile	Wed Aug  6 12:33:44 2014	(r364168)
+++ branches/2014Q3/textproc/libsass/Makefile	Wed Aug  6 12:44:13 2014	(r364169)
@@ -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 <bsd.port.mk>

Modified: branches/2014Q3/textproc/libsass/pkg-plist
==============================================================================
--- branches/2014Q3/textproc/libsass/pkg-plist	Wed Aug  6 12:33:44 2014	(r364168)
+++ branches/2014Q3/textproc/libsass/pkg-plist	Wed Aug  6 12:44:13 2014	(r364169)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e2231e.5cce.7d08e252>