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

Collapse All | Expand All

(-)/root/libsass/Makefile (-7 / +12 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
6
DISTVERSIONPREFIX=	tags/
7
PORTREVISION=	2
8
CATEGORIES=	textproc
7
CATEGORIES=	textproc
9
8
10
MAINTAINER=	nivit@FreeBSD.org
9
MAINTAINER=	max@kostikov.co
11
COMMENT=	C/C++ implementation of a Sass compiler
10
COMMENT=	C/C++ implementation of a Sass compiler
12
11
13
LICENSE=	MIT
12
LICENSE=	MIT
14
13
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	sass
15
GH_ACCOUNT=	sass
16
16
17
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
18
18
19
INSTALL_TARGET=	install-strip
19
INSTALL_TARGET=	install-strip
20
20
21
PATHFIX_MAKEFILEIN=	Makefile.am
21
MAKEFILE=	GNUmakefile
22
23
PATHFIX_MAKEFILEIN=	GNUmakefile.am
24
25
USES=		autoreconf compiler:c++11-lib gmake libtool pathfix
22
26
23
USES=		autoreconf libtool pathfix
24
USE_GITHUB=	yes
25
USE_LDCONFIG=	yes
27
USE_LDCONFIG=	yes
26
28
29
post-patch:
30
	@echo "echo \"${PORTVERSION}\"" > ${WRKSRC}/version.sh
31
27
.include <bsd.port.mk>
32
.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 = 1466362760
2
SIZE (sass-libsass-v1.0.1_GH0.tar.gz) = 81700
2
SHA256 (sass-libsass-tags-3.3.6_GH0.tar.gz) = 4d5abbc279b548eb4ffde04446396f9a477110c44b65e39b3c8ddbc074c26cba
3
SIZE (sass-libsass-tags-3.3.6_GH0.tar.gz) = 293834
(-)/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