Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jun 2018 06:32:32 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472167 - head/graphics/libsixel
Message-ID:  <201806110632.w5B6WWe0047603@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Mon Jun 11 06:32:32 2018
New Revision: 472167
URL: https://svnweb.freebsd.org/changeset/ports/472167

Log:
  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)

Modified:
  head/graphics/libsixel/Makefile
  head/graphics/libsixel/distinfo

Modified: head/graphics/libsixel/Makefile
==============================================================================
--- head/graphics/libsixel/Makefile	Mon Jun 11 05:30:31 2018	(r472166)
+++ head/graphics/libsixel/Makefile	Mon Jun 11 06:32:32 2018	(r472167)
@@ -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 graphic
 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}
 

Modified: head/graphics/libsixel/distinfo
==============================================================================
--- head/graphics/libsixel/distinfo	Mon Jun 11 05:30:31 2018	(r472166)
+++ head/graphics/libsixel/distinfo	Mon Jun 11 06:32:32 2018	(r472167)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806110632.w5B6WWe0047603>