Index: head/textproc/libsass/Makefile =================================================================== --- head/textproc/libsass/Makefile (revision 461395) +++ head/textproc/libsass/Makefile (revision 461396) @@ -1,29 +1,39 @@ # Created by: Nicola Vitale # $FreeBSD$ PORTNAME= libsass -PORTVERSION= 3.4.4 -PORTREVISION= 1 +PORTVERSION= 3.4.9 +PORTREVISION= 0 CATEGORIES= textproc MAINTAINER= nivit@FreeBSD.org COMMENT= C/C++ implementation of a Sass compiler LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USE_GITHUB= yes -GH_ACCOUNT= sass +INSTALL_TARGET= install-strip -USES= autoreconf compiler:c++11-lib gmake libtool pathfix +GH_ACCOUNT= sass GNU_CONFIGURE= yes + MAKEFILE= GNUmakefile + PATHFIX_MAKEFILEIN= GNUmakefile.am -INSTALL_TARGET= install-strip +STATIC_PIC= ${PORTNAME}_pic.a + +USES= autoreconf compiler:c++11-lib gmake libtool pathfix +USE_GITHUB= yes USE_LDCONFIG= yes + +post-build: + @(cd ${WRKSRC}/src/.libs && ${AR} rf ${STATIC_PIC} *.o) + +post-install: + ${INSTALL_DATA} ${WRKSRC}/src/.libs/${STATIC_PIC} ${STAGEDIR}${PREFIX}/lib post-patch: @${ECHO_CMD} "${ECHO_CMD} \"${PORTVERSION}\"" > ${WRKSRC}/version.sh .include Index: head/textproc/libsass/distinfo =================================================================== --- head/textproc/libsass/distinfo (revision 461395) +++ head/textproc/libsass/distinfo (revision 461396) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491134524 -SHA256 (sass-libsass-3.4.4_GH0.tar.gz) = 1dc4d49a9a53b891b7e98935709e625f1d68782d87aef4304a41e6d590abb480 -SIZE (sass-libsass-3.4.4_GH0.tar.gz) = 316884 +TIMESTAMP = 1518256200 +SHA256 (sass-libsass-3.4.9_GH0.tar.gz) = 5a3e9c6df82ebe2f8633e211fad9b931cd1ab36de3b5d9dd81eab7ff43929538 +SIZE (sass-libsass-3.4.9_GH0.tar.gz) = 321503 Index: head/textproc/libsass/pkg-plist =================================================================== --- head/textproc/libsass/pkg-plist (revision 461395) +++ head/textproc/libsass/pkg-plist (revision 461396) @@ -1,12 +1,13 @@ include/sass.h include/sass/base.h include/sass/context.h include/sass/functions.h include/sass/values.h include/sass/version.h include/sass2scss.h lib/libsass.a lib/libsass.so lib/libsass.so.0 lib/libsass.so.0.0.9 +lib/libsass_pic.a libdata/pkgconfig/libsass.pc Property changes on: head/textproc/libsass/pkg-plist ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property