aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-07-06 03:33:02 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-07-06 03:33:02 +0800
commit74779d1f5525c258b4c08dfaa5c3c6b2c255c8f1 (patch)
tree7c78be23e9d2cc511ba5c4ca11a558378263730c /textproc
parentb45906cfffe898dee0db37e10b4795a104af0604 (diff)
downloadfreebsd-ports-gnome-74779d1f5525c258b4c08dfaa5c3c6b2c255c8f1.tar.gz
freebsd-ports-gnome-74779d1f5525c258b4c08dfaa5c3c6b2c255c8f1.tar.zst
freebsd-ports-gnome-74779d1f5525c258b4c08dfaa5c3c6b2c255c8f1.zip
- Update to 3.3.6
PR: 210403 Submitted by: max@kostikov.co Approved by: maintainer timeout (nivit, 2 weeks)
Diffstat (limited to 'textproc')
-rw-r--r--textproc/sassc/Makefile12
-rw-r--r--textproc/sassc/distinfo5
-rw-r--r--textproc/sassc/pkg-descr2
3 files changed, 10 insertions, 9 deletions
diff --git a/textproc/sassc/Makefile b/textproc/sassc/Makefile
index ae84645cbbeb..79e558f078f1 100644
--- a/textproc/sassc/Makefile
+++ b/textproc/sassc/Makefile
@@ -2,26 +2,26 @@
# $FreeBSD$
PORTNAME= sassc
-PORTVERSION= 1.0.1
-DISTVERSIONPREFIX= v
-PORTREVISION= 1
+PORTVERSION= 3.3.6
CATEGORIES= textproc
MAINTAINER= nivit@FreeBSD.org
COMMENT= Wrapper around libsass
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libsass.so:textproc/libsass
USE_GITHUB= yes
GH_ACCOUNT= sass
+USES= autoreconf compiler:c++11-lib gmake libtool localbase
GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-USES= autoreconf libtool
PLIST_FILES= bin/sassc
+post-patch:
+ @${ECHO_CMD} "${ECHO_CMD} \"${PORTVERSION}\"" > ${WRKSRC}/version.sh
+
.include <bsd.port.mk>
diff --git a/textproc/sassc/distinfo b/textproc/sassc/distinfo
index 8127812b7612..a3c48e0e56d5 100644
--- a/textproc/sassc/distinfo
+++ b/textproc/sassc/distinfo
@@ -1,2 +1,3 @@
-SHA256 (sass-sassc-v1.0.1_GH0.tar.gz) = 04e144cdc1ada30412c5930beac9004f235720efa0e5c26a2420a6acf3f68d37
-SIZE (sass-sassc-v1.0.1_GH0.tar.gz) = 5553
+TIMESTAMP = 1466459103
+SHA256 (sass-sassc-3.3.6_GH0.tar.gz) = 3d87edeacdd0f9a21cd0bdcf0e0e40c832b21f469af80eb5e11488c66bf53840
+SIZE (sass-sassc-3.3.6_GH0.tar.gz) = 22100
diff --git a/textproc/sassc/pkg-descr b/textproc/sassc/pkg-descr
index add5341baf33..06dd6ee228d0 100644
--- a/textproc/sassc/pkg-descr
+++ b/textproc/sassc/pkg-descr
@@ -2,4 +2,4 @@ SassC is a wrapper around libsass (http://github.com/hcatlin/libsass) used
to generate a useful command-line application that can be installed and
packaged for several operating systems.
-WWW: http://libsass.org
+WWW: http://libsass.org/