From owner-svn-ports-head@freebsd.org Mon Jun 11 06:32:33 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8BD0510105AF; Mon, 11 Jun 2018 06:32:33 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 28B5270D14; Mon, 11 Jun 2018 06:32:33 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0A02117E2B; Mon, 11 Jun 2018 06:32:33 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5B6WWUG047604; Mon, 11 Jun 2018 06:32:32 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5B6WWe0047603; Mon, 11 Jun 2018 06:32:32 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201806110632.w5B6WWe0047603@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Mon, 11 Jun 2018 06:32:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472167 - head/graphics/libsixel X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/graphics/libsixel X-SVN-Commit-Revision: 472167 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jun 2018 06:32:34 -0000 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 (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