From owner-svn-ports-head@freebsd.org Wed Feb 1 08:13:11 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9EA4CC99FA; Wed, 1 Feb 2017 08:13:11 +0000 (UTC) (envelope-from ehaupt@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 mx1.freebsd.org (Postfix) with ESMTPS id 6CDC71FB7; Wed, 1 Feb 2017 08:13:11 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v118DAbV058391; Wed, 1 Feb 2017 08:13:10 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v118DA7S058388; Wed, 1 Feb 2017 08:13:10 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201702010813.v118DA7S058388@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Wed, 1 Feb 2017 08:13:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432992 - head/graphics/jp2a 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.23 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: Wed, 01 Feb 2017 08:13:11 -0000 Author: ehaupt Date: Wed Feb 1 08:13:10 2017 New Revision: 432992 URL: https://svnweb.freebsd.org/changeset/ports/432992 Log: Update to 1.0.7 Modified: head/graphics/jp2a/Makefile head/graphics/jp2a/distinfo head/graphics/jp2a/pkg-descr Modified: head/graphics/jp2a/Makefile ============================================================================== --- head/graphics/jp2a/Makefile Wed Feb 1 07:06:19 2017 (r432991) +++ head/graphics/jp2a/Makefile Wed Feb 1 08:13:10 2017 (r432992) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= jp2a -PORTVERSION= 1.0.6 -PORTREVISION= 7 +PORTVERSION= 1.0.7 +DISTVERSIONPREFIX= v CATEGORIES= graphics -MASTER_SITES= SF MAINTAINER= ehaupt@FreeBSD.org COMMENT= Converts JPG images to ASCII @@ -15,9 +14,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl -USES= jpeg tar:bzip2 +USES= autoreconf jpeg GNU_CONFIGURE= yes +USE_GITHUB= yes +GH_ACCOUNT= cslarsen + CONFIGURE_ARGS= --with-jpeg-prefix=${LOCALBASE} \ --with-curl-config=${LOCALBASE}/bin/curl-config Modified: head/graphics/jp2a/distinfo ============================================================================== --- head/graphics/jp2a/distinfo Wed Feb 1 07:06:19 2017 (r432991) +++ head/graphics/jp2a/distinfo Wed Feb 1 08:13:10 2017 (r432992) @@ -1,2 +1,3 @@ -SHA256 (jp2a-1.0.6.tar.bz2) = 7869c13744b0e15c250cae88b55f0dfade17e6c2b0a03b309dbe89bd34b342d4 -SIZE (jp2a-1.0.6.tar.bz2) = 306975 +TIMESTAMP = 1485936115 +SHA256 (cslarsen-jp2a-v1.0.7_GH0.tar.gz) = e509d8bbf9434afde5c342568b21d11831a61d9942ca8cb1633d4295b7bc5059 +SIZE (cslarsen-jp2a-v1.0.7_GH0.tar.gz) = 113008 Modified: head/graphics/jp2a/pkg-descr ============================================================================== --- head/graphics/jp2a/pkg-descr Wed Feb 1 07:06:19 2017 (r432991) +++ head/graphics/jp2a/pkg-descr Wed Feb 1 08:13:10 2017 (r432992) @@ -1,3 +1,3 @@ jp2a is a simple JPEG to ASCII viewer. -WWW: http://jp2a.sourceforge.net/ +WWW: https://github.com/cslarsen/jp2a/