MFH: r470456
Update to upstream version 1.0.2 Approved by: ports-secteam (riggs)
This commit is contained in:
parent
52cdee4d29
commit
b67962077b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2018Q2/; revision=470457
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= zopfli
|
||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||
DISTVERSION= 1.0.1
|
||||
DISTVERSION= 1.0.2
|
||||
CATEGORIES= archivers
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
@ -31,7 +31,7 @@ do-install:
|
||||
.for f in ${PORTNAME} ${PORTNAME}png
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
|
||||
.endfor
|
||||
.for f in lib${PORTNAME}.so.1.0.1 lib${PORTNAME}png.so.1.0.0
|
||||
.for f in lib${PORTNAME}.so.1.0.2 lib${PORTNAME}png.so.1.0.2
|
||||
${INSTALL_LIB} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/lib
|
||||
${LN} -fs ${f} ${STAGEDIR}${PREFIX}/lib/${f:R:R}
|
||||
${LN} -fs ${f:R:R} ${STAGEDIR}${PREFIX}/lib/${f:R:R:R}
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (google-zopfli-zopfli-1.0.1_GH0.tar.gz) = 29743d727a4e0ecd1b93e0bf89476ceeb662e809ab2e6ab007a0b0344800e9b4
|
||||
SIZE (google-zopfli-zopfli-1.0.1_GH0.tar.gz) = 128178
|
||||
TIMESTAMP = 1526822287
|
||||
SHA256 (google-zopfli-zopfli-1.0.2_GH0.tar.gz) = 4a570307c37172d894ec4ef93b6e8e3aacc401e78cbcc51cf85b212dbc379a55
|
||||
SIZE (google-zopfli-zopfli-1.0.2_GH0.tar.gz) = 136035
|
||||
|
@ -8,6 +8,7 @@ include/zopfli/hash.h
|
||||
include/zopfli/katajainen.h
|
||||
include/zopfli/lz77.h
|
||||
include/zopfli/squeeze.h
|
||||
include/zopfli/symbols.h
|
||||
include/zopfli/tree.h
|
||||
include/zopfli/util.h
|
||||
include/zopfli/zlib_container.h
|
||||
@ -17,7 +18,7 @@ include/zopflipng/lodepng/lodepng_util.h
|
||||
include/zopflipng/zopflipng_lib.h
|
||||
lib/libzopfli.so
|
||||
lib/libzopfli.so.1
|
||||
lib/libzopfli.so.1.0.1
|
||||
lib/libzopfli.so.1.0.2
|
||||
lib/libzopflipng.so
|
||||
lib/libzopflipng.so.1
|
||||
lib/libzopflipng.so.1.0.0
|
||||
lib/libzopflipng.so.1.0.2
|
||||
|
Loading…
Reference in New Issue
Block a user