View | Details | Raw Unified | Return to bug 210402 | Differences between
and this patch

Collapse All | Expand All

(-)/root/libsass/Makefile (-7 / +11 lines)
Lines 2-27 Link Here
2
# $FreeBSD: head/textproc/libsass/Makefile 385665 2015-05-07 20:24:15Z mat $
2
# $FreeBSD: head/textproc/libsass/Makefile 385665 2015-05-07 20:24:15Z mat $
3
3
4
PORTNAME=	libsass
4
PORTNAME=	libsass
5
PORTVERSION=	1.0.1
5
PORTVERSION=	3.3.6
6
DISTVERSIONPREFIX=	v
7
PORTREVISION=	2
8
CATEGORIES=	textproc
6
CATEGORIES=	textproc
9
7
10
MAINTAINER=	nivit@FreeBSD.org
8
MAINTAINER=	max@kostikov.co
11
COMMENT=	C/C++ implementation of a Sass compiler
9
COMMENT=	C/C++ implementation of a Sass compiler
12
10
13
LICENSE=	MIT
11
LICENSE=	MIT
14
12
13
USE_GITHUB=	yes
15
GH_ACCOUNT=	sass
14
GH_ACCOUNT=	sass
16
15
17
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
18
17
19
INSTALL_TARGET=	install-strip
18
INSTALL_TARGET=	install-strip
20
19
21
PATHFIX_MAKEFILEIN=	Makefile.am
20
MAKEFILE=	GNUmakefile
21
22
PATHFIX_MAKEFILEIN=	GNUmakefile.am
23
24
USES=		autoreconf compiler:c++11-lib gmake libtool pathfix
22
25
23
USES=		autoreconf libtool pathfix
24
USE_GITHUB=	yes
25
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
26
27
28
post-patch:
29
	@${ECHO_CMD} "${ECHO_CMD} \"${PORTVERSION}\"" > ${WRKSRC}/version.sh
30
27
.include <bsd.port.mk>
31
.include <bsd.port.mk>
(-)/root/libsass/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (sass-libsass-v1.0.1_GH0.tar.gz) = 4bb83b730e312480204a654592d9a0db5c7cf1bb8efafd8f066b7e675be3da38
1
TIMESTAMP = 1466458056
2
SIZE (sass-libsass-v1.0.1_GH0.tar.gz) = 81700
2
SHA256 (sass-libsass-3.3.6_GH0.tar.gz) = 4b004b0fcef55420dc916216b1961e0d86925e6bf4a6be37d0b6db42f7f25da5
3
SIZE (sass-libsass-3.3.6_GH0.tar.gz) = 293752
(-)/root/libsass/pkg-plist (-2 / +7 lines)
Lines 1-7 Link Here
1
include/sass.h
1
include/sass.h
2
include/sass_interface.h
2
include/sass/base.h
3
include/sass/context.h
4
include/sass/functions.h
5
include/sass/values.h
6
include/sass/version.h
7
include/sass2scss.h
3
lib/libsass.a
8
lib/libsass.a
4
lib/libsass.so
9
lib/libsass.so
5
lib/libsass.so.0
10
lib/libsass.so.0
6
lib/libsass.so.0.0.0
11
lib/libsass.so.0.0.9
7
libdata/pkgconfig/libsass.pc
12
libdata/pkgconfig/libsass.pc

Return to bug 210402