graphics/libsixel: Update to 1.8.1
While here - switch to using the immutable tarballs upstream provides [1] - add missing DOCS option [1] https://github.com/saitoha/libsixel/issues/64 PR: 228881 Submitted by: IWAMOTO Kouichi <sue@iwmt.org> (maintainer)
This commit is contained in:
parent
1e00ace72c
commit
beaea4c327
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472167
2 changed files with 8 additions and 13 deletions
|
@ -1,11 +1,10 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libsixel
|
||||
PORTVERSION= 1.7.2
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTVERSION= 1.8.1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= https://github.com/saitoha/libsixel/releases/download/v${PORTVERSION}/
|
||||
|
||||
MAINTAINER= sue@iwmt.org
|
||||
COMMENT= Encoder/decoder library for DEC SIXEL graphics
|
||||
|
@ -13,11 +12,8 @@ COMMENT= Encoder/decoder library for DEC SIXEL graphics
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= saitoha
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
USES= libtool pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig
|
||||
|
@ -26,8 +22,7 @@ INSTALL_TARGET= install-strip
|
|||
|
||||
PORTDOCS= README.md
|
||||
|
||||
OPTIONS_DEFINE= CURL GD JPEG PIXBUF PNG PYTHON
|
||||
OPTIONS_DEFAULT=
|
||||
OPTIONS_DEFINE= CURL DOCS GD JPEG PIXBUF PNG PYTHON
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
CURL_LIB_DEPENDS= libcurl.so:ftp/curl
|
||||
|
@ -53,7 +48,7 @@ PYTHON_USES= python
|
|||
PYTHON_USE= python=py3kplist
|
||||
PYTHON_CONFIGURE_ENABLE= python
|
||||
|
||||
post-install:
|
||||
post-install-DOCS-on:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1477627296
|
||||
SHA256 (saitoha-libsixel-v1.7.2_GH0.tar.gz) = 8e6af162314728d13dfa87b6b3c795a3807032a0df25a0ce6c7ad9c24ab5c12a
|
||||
SIZE (saitoha-libsixel-v1.7.2_GH0.tar.gz) = 4760634
|
||||
TIMESTAMP = 1528698296
|
||||
SHA256 (libsixel-1.8.1.tar.gz) = 6f31a5db6a195155b2168aad5c1b6b62ac3b10919e16576029f9b4ced5384e8d
|
||||
SIZE (libsixel-1.8.1.tar.gz) = 4777791
|
||||
|
|
Loading…
Reference in a new issue