mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
Update to 0.0.17
- Fix shebang Changes: https://github.com/miyucy/snappy/commits/master
This commit is contained in:
parent
6d375bb01a
commit
559e0e21e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447567
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= snappy
|
||||
PORTVERSION= 0.0.15
|
||||
PORTVERSION= 0.0.17
|
||||
CATEGORIES= archivers rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
@ -14,6 +14,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
LIB_DEPENDS= libsnappy.so:archivers/snappy
|
||||
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
USES= gem shebangfix
|
||||
|
||||
SHEBANG_FILES= smoke.sh \
|
||||
vendor/snappy/config.status \
|
||||
vendor/snappy/libtool
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1499095921
|
||||
SHA256 (rubygem/snappy-0.0.15.gem) = bd4cd01612288c54bce42e4b7df23d5fe78302d203fcc0b9630244c8a684cca5
|
||||
SIZE (rubygem/snappy-0.0.15.gem) = 1111040
|
||||
TIMESTAMP = 1502214805
|
||||
SHA256 (rubygem/snappy-0.0.17.gem) = 84ef62f6dad307eca7ff3416dc521ec08dcb48f9023017f3d01f9daa8bd0ff03
|
||||
SIZE (rubygem/snappy-0.0.17.gem) = 905216
|
||||
|
Loading…
Reference in New Issue
Block a user