diff options
author | yuri <yuri@FreeBSD.org> | 2018-03-24 02:31:54 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-03-24 02:31:54 +0800 |
commit | 3df282681fe35d7eb66629df52df26e716db2299 (patch) | |
tree | 73fcb3c603788b69f69025c289e4767542e1f005 /textproc | |
parent | 22c547069113fb3664ab7d414177a66c957a0524 (diff) | |
download | freebsd-ports-gnome-3df282681fe35d7eb66629df52df26e716db2299.tar.gz freebsd-ports-gnome-3df282681fe35d7eb66629df52df26e716db2299.tar.zst freebsd-ports-gnome-3df282681fe35d7eb66629df52df26e716db2299.zip |
textproc/libsass: Update 3.4.9->3.5.0; www/py-libsass: Update 0.13.7->0.14.0
Bump textproc/sassc
PR: 226414
Approved by: nivit (maintainer timeout for textproc/libsass; 16 days)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libsass/Makefile | 3 | ||||
-rw-r--r-- | textproc/libsass/distinfo | 6 | ||||
-rw-r--r-- | textproc/libsass/pkg-plist | 4 | ||||
-rw-r--r-- | textproc/sassc/Makefile | 2 |
4 files changed, 7 insertions, 8 deletions
diff --git a/textproc/libsass/Makefile b/textproc/libsass/Makefile index f2c86ffbf1a2..f23ccd905f48 100644 --- a/textproc/libsass/Makefile +++ b/textproc/libsass/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libsass -PORTVERSION= 3.4.9 -PORTREVISION= 0 +DISTVERSION= 3.5.0 CATEGORIES= textproc MAINTAINER= nivit@FreeBSD.org diff --git a/textproc/libsass/distinfo b/textproc/libsass/distinfo index b69b69c18bb4..c62631185247 100644 --- a/textproc/libsass/distinfo +++ b/textproc/libsass/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1518256200 -SHA256 (sass-libsass-3.4.9_GH0.tar.gz) = 5a3e9c6df82ebe2f8633e211fad9b931cd1ab36de3b5d9dd81eab7ff43929538 -SIZE (sass-libsass-3.4.9_GH0.tar.gz) = 321503 +TIMESTAMP = 1520412394 +SHA256 (sass-libsass-3.5.0_GH0.tar.gz) = 9d499927329c7f8816ab67c571fb7cc0ea21d38c6f47c7c58c98de99ef7645eb +SIZE (sass-libsass-3.5.0_GH0.tar.gz) = 325361 diff --git a/textproc/libsass/pkg-plist b/textproc/libsass/pkg-plist index d19009cad680..97ab4c4484fe 100644 --- a/textproc/libsass/pkg-plist +++ b/textproc/libsass/pkg-plist @@ -7,7 +7,7 @@ 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.so.1 +lib/libsass.so.1.0.0 lib/libsass_pic.a libdata/pkgconfig/libsass.pc diff --git a/textproc/sassc/Makefile b/textproc/sassc/Makefile index b24fdb2fb19b..96ea7910fd0f 100644 --- a/textproc/sassc/Makefile +++ b/textproc/sassc/Makefile @@ -3,7 +3,7 @@ PORTNAME= sassc PORTVERSION= 3.4.8 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= nivit@FreeBSD.org |