From owner-svn-ports-head@FreeBSD.ORG Fri Jul 25 23:20:25 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EB7ABF9C; Fri, 25 Jul 2014 23:20:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 CAD392989; Fri, 25 Jul 2014 23:20:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6PNKO5G033483; Fri, 25 Jul 2014 23:20:24 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6PNKOHB033478; Fri, 25 Jul 2014 23:20:24 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201407252320.s6PNKOHB033478@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Fri, 25 Jul 2014 23:20:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362943 - head/graphics/libsixel X-SVN-Group: ports-head 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.18 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: Fri, 25 Jul 2014 23:20:25 -0000 Author: danilo Date: Fri Jul 25 23:20:23 2014 New Revision: 362943 URL: http://svnweb.freebsd.org/changeset/ports/362943 QAT: https://qat.redports.org/buildarchive/r362943/ Log: - Update from 0.19.5 to 0.25.2 - Use options helpers PR: ports/192087 Submitted by: IWAMOTO Kouichi Modified: head/graphics/libsixel/Makefile head/graphics/libsixel/distinfo head/graphics/libsixel/pkg-plist Modified: head/graphics/libsixel/Makefile ============================================================================== --- head/graphics/libsixel/Makefile Fri Jul 25 23:09:23 2014 (r362942) +++ head/graphics/libsixel/Makefile Fri Jul 25 23:20:23 2014 (r362943) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libsixel -PORTVERSION= 0.19.5 +PORTVERSION= 0.25.2 PORTEPOCH= 1 CATEGORIES= graphics @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= saitoha GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= 200e4d9 +GH_COMMIT= 1b62176 USE_LDCONFIG= yes USES= libtool @@ -22,33 +22,21 @@ USES= libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig -INSTALL_TARGET= install-strip +INSTALL_TARGET= install-strip 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 +CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl +CURL_CONFIGURE_WITH= libcurl + +GD_LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd +GD_CONFIGURE_WITH= gd + +PIXBUF_LIB_DEPENDS= libgdk_pixbuf-2.0.so:${PORTSDIR}/graphics/gdk-pixbuf2 +PIXBUF_CONFIGURE_WITH= gdk-pixbuf2 post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/graphics/libsixel/distinfo ============================================================================== --- head/graphics/libsixel/distinfo Fri Jul 25 23:09:23 2014 (r362942) +++ head/graphics/libsixel/distinfo Fri Jul 25 23:20:23 2014 (r362943) @@ -1,2 +1,2 @@ -SHA256 (libsixel-0.19.5.tar.gz) = 3975e03be25b64cbf66bd61b1b4c9d976f15e5b11ec4f610c3a04aa2ef210e24 -SIZE (libsixel-0.19.5.tar.gz) = 492241 +SHA256 (libsixel-0.25.2.tar.gz) = 26c737fdb6b8c8ab2e5ca1d0eba8a88b643397a32adf3b8a8a1220f63b0a7785 +SIZE (libsixel-0.25.2.tar.gz) = 2198087 Modified: head/graphics/libsixel/pkg-plist ============================================================================== --- head/graphics/libsixel/pkg-plist Fri Jul 25 23:09:23 2014 (r362942) +++ head/graphics/libsixel/pkg-plist Fri Jul 25 23:20:23 2014 (r362943) @@ -9,3 +9,9 @@ libdata/pkgconfig/libsixel.pc man/man1/img2sixel.1.gz man/man1/sixel2png.1.gz man/man5/sixel.5.gz +share/bash-completion/completions/img2sixel +share/zsh/site-functions/_img2sixel +@dirrmtry share/bash-completion/completions +@dirrmtry share/bash-completion +@dirrmtry share/zsh/site-functions +@dirrmtry share/zsh