svn commit: r364169 - branches/2014Q3/textproc/libsass
Antoine Brodin
antoine at FreeBSD.org
Wed Aug 6 12:44:14 UTC 2014
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 at 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
More information about the svn-ports-branches
mailing list