From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 16:30:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D442FAC4 for ; Wed, 28 May 2014 16:30:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B4A4F2963 for ; Wed, 28 May 2014 16:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4SGU0k2085180 for ; Wed, 28 May 2014 16:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4SGU0uo085173; Wed, 28 May 2014 16:30:00 GMT (envelope-from gnats) Resent-Date: Wed, 28 May 2014 16:30:00 GMT Resent-Message-Id: <201405281630.s4SGU0uo085173@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, IWAMOTO Kouichi Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3713BAA8 for ; Wed, 28 May 2014 16:28:40 +0000 (UTC) Received: from mail.iwmt.org (unknown [IPv6:2001:e41:db5e:f117::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.iwmt.org", Issuer "IWAMOTO Home CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 0B9F02953 for ; Wed, 28 May 2014 16:28:39 +0000 (UTC) Received: by mail.iwmt.org (Postfix, from userid 1001) id 2283BAD976A; Thu, 29 May 2014 01:28:37 +0900 (JST) Message-Id: <20140528162837.2283BAD976A@mail.iwmt.org> Date: Thu, 29 May 2014 01:28:37 +0900 (JST) From: IWAMOTO Kouichi Reply-To: IWAMOTO Kouichi To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/190348: [MAINTAINER UPDATE] graphics/libsixel update to 0.19.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2014 16:30:01 -0000 >Number: 190348 >Category: ports >Synopsis: [MAINTAINER UPDATE] graphics/libsixel update to 0.19.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed May 28 16:30:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: IWAMOTO Kouichi >Release: FreeBSD 10.0-STABLE amd64 >Organization: >Environment: System: FreeBSD shizuho.iwmt.org 10.0-STABLE FreeBSD 10.0-STABLE #0 r266542: Fri May 23 05:28:59 JST 2014 sue@shizuho.iwmt.org:/usr/obj/usr/src/sys/SHIZUHO amd64 >Description: Update to version 0.19.5 >How-To-Repeat: >Fix: diff -urN libsixel.orig/Makefile libsixel/Makefile --- libsixel.orig/Makefile 2014-05-29 01:13:59.000000000 +0900 +++ libsixel/Makefile 2014-05-29 01:13:36.000000000 +0900 @@ -1,7 +1,8 @@ # $FreeBSD: head/graphics/libsixel/Makefile 354800 2014-05-22 08:03:57Z miwi $ PORTNAME= libsixel -PORTVERSION= 20140422 +PORTVERSION= 0.19.5 +PORTEPOCH= 1 CATEGORIES= graphics MAINTAINER= sue@iwmt.org @@ -12,13 +13,41 @@ USE_GITHUB= yes GH_ACCOUNT= saitoha -GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= 8bd21f7 +GH_TAGNAME= v${PORTVERSION} +GH_COMMIT= 200e4d9 + +USE_LDCONFIG= yes +USES= libtool GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig PORTDOCS= README.md +OPTIONS_DEFINE= CURL GD PIXBUF +OPTIONS_DEFAULT= + +CURL_DESC= libcurl support +GD_DESC= gd support +PIXBUF_DESC= gdk-pixbuf2 support + +.include + +.if ${PORT_OPTIONS:MCURL} +LIB_DEPENDS+= libcurl.so:${PORTSDIR}/ftp/curl +CONFIGURE_ARGS+=--with-libcurl +.endif + +.if ${PORT_OPTIONS:MGD} +LIB_DEPENDS+= libgd.so:${PORTSDIR}/graphics/gd +CONFIGURE_ARGS+=--with-gd +.endif + +.if ${PORT_OPTIONS:MPIXBUF} +LIB_DEPENDS+= libgdk_pixbuf-2.0.so:${PORTSDIR}/graphics/gdk-pixbuf2 +CONFIGURE_ARGS+=--with-gdk-pixbuf2 +.endif + post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsixel.so.0 ${MKDIR} ${STAGEDIR}${DOCSDIR} diff -urN libsixel.orig/distinfo libsixel/distinfo --- libsixel.orig/distinfo 2014-05-29 01:13:59.000000000 +0900 +++ libsixel/distinfo 2014-05-29 01:13:36.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (libsixel-20140422.tar.gz) = 6910e7a8a5310ddc60909b9fce8e67a3c5017f1b37b56b00cb179c0baddc8d6c -SIZE (libsixel-20140422.tar.gz) = 466077 +SHA256 (libsixel-0.19.5.tar.gz) = 3975e03be25b64cbf66bd61b1b4c9d976f15e5b11ec4f610c3a04aa2ef210e24 +SIZE (libsixel-0.19.5.tar.gz) = 492241 diff -urN libsixel.orig/pkg-plist libsixel/pkg-plist --- libsixel.orig/pkg-plist 2014-05-29 01:13:59.000000000 +0900 +++ libsixel/pkg-plist 2014-05-29 01:13:36.000000000 +0900 @@ -1,7 +1,11 @@ +bin/img2sixel +bin/sixel2png include/sixel.h -lib/libsixel.la +lib/libsixel.a lib/libsixel.so.0 +lib/libsixel.so.0.0.0 lib/libsixel.so -lib/libsixel.a -bin/img2sixel -bin/sixel2png +libdata/pkgconfig/libsixel.pc +man/man1/img2sixel.1.gz +man/man1/sixel2png.1.gz +man/man5/sixel.5.gz >Release-Note: >Audit-Trail: >Unformatted: