diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-03-21 13:43:56 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-03-21 13:43:56 +0000 |
commit | 0347d04649156f4b0c09e0c8c4eb0438a19c9839 (patch) | |
tree | 4b0319f691e4138c0b19fa2e5599e7388f07b9af /graphics/libsixel | |
parent | 55dce8f0befda08177192e214384d9fdcd68ca6a (diff) | |
download | ports-0347d04649156f4b0c09e0c8c4eb0438a19c9839.tar.gz ports-0347d04649156f4b0c09e0c8c4eb0438a19c9839.zip |
Notes
Diffstat (limited to 'graphics/libsixel')
-rw-r--r-- | graphics/libsixel/Makefile | 13 | ||||
-rw-r--r-- | graphics/libsixel/distinfo | 6 |
2 files changed, 9 insertions, 10 deletions
diff --git a/graphics/libsixel/Makefile b/graphics/libsixel/Makefile index b6f0d7988656..8fb8d1fd7c6f 100644 --- a/graphics/libsixel/Makefile +++ b/graphics/libsixel/Makefile @@ -4,23 +4,22 @@ PORTNAME= libsixel PORTVERSION= 1.8.6 PORTEPOCH= 1 CATEGORIES= graphics -MASTER_SITES= http://vault.101011010.xyz/distfiles/ +MASTER_SITES= https://github.com/saitoha/libsixel/releases/download/v${PORTVERSION}/ MAINTAINER= sue@iwmt.org COMMENT= Encoder/decoder library for DEC SIXEL graphics LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE USES= libtool pkgconfig USE_LDCONFIG= yes - GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig - INSTALL_TARGET= install-strip -PORTDOCS= README.md +WRKSRC= ${WRKDIR}/sixel-${PORTVERSION} + +PORTDOCS= ChangeLog NEWS OPTIONS_DEFINE= CURL DOCS GD JPEG PIXBUF PNG PYTHON OPTIONS_SUB= yes @@ -48,7 +47,7 @@ PYTHON_USE= python=py3kplist PYTHON_CONFIGURE_ENABLE= python post-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> diff --git a/graphics/libsixel/distinfo b/graphics/libsixel/distinfo index 0f25b4bca166..5190cbd1a92a 100644 --- a/graphics/libsixel/distinfo +++ b/graphics/libsixel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1583031210 -SHA256 (libsixel-1.8.6.tar.gz) = 37611d60c7dbcee701346967336dbf135fdd5041024d5f650d52fae14c731ab9 -SIZE (libsixel-1.8.6.tar.gz) = 4791628 +TIMESTAMP = 1578938246 +SHA256 (libsixel-1.8.6.tar.gz) = 9f6dcaf40d250614ce0121b153949c327c46a958cfd2e47750d8788b7ed28e6a +SIZE (libsixel-1.8.6.tar.gz) = 652377 |