From owner-svn-ports-all@freebsd.org Wed Mar 7 10:05:04 2018 Return-Path: Delivered-To: svn-ports-all@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 2A225F4165A; Wed, 7 Mar 2018 10:05:04 +0000 (UTC) (envelope-from yuri@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 C84436A73D; Wed, 7 Mar 2018 10:05:03 +0000 (UTC) (envelope-from yuri@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 C340A1FF0A; Wed, 7 Mar 2018 10:05:03 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w27A53XY012945; Wed, 7 Mar 2018 10:05:03 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w27A53qw012943; Wed, 7 Mar 2018 10:05:03 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803071005.w27A53qw012943@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 7 Mar 2018 10:05:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463785 - head/graphics/bmeps X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/graphics/bmeps X-SVN-Commit-Revision: 463785 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Mar 2018 10:05:04 -0000 Author: yuri Date: Wed Mar 7 10:05:03 2018 New Revision: 463785 URL: https://svnweb.freebsd.org/changeset/ports/463785 Log: graphics/bmeps: Update to 4.11.4 PR: 226412 Submitted by: takefu@airport.fm (maintainer) Approved by: tcberner (mentor, implicit) Modified: head/graphics/bmeps/Makefile head/graphics/bmeps/distinfo Modified: head/graphics/bmeps/Makefile ============================================================================== --- head/graphics/bmeps/Makefile Wed Mar 7 09:33:07 2018 (r463784) +++ head/graphics/bmeps/Makefile Wed Mar 7 10:05:03 2018 (r463785) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bmpp -DISTVERSION= 4.11.1 +DISTVERSION= 4.11.4 CATEGORIES= graphics perl5 MASTER_SITES= SF/dktools/dktools/dktools-${PORTVERSION} DISTNAME= dktools-${PORTVERSION} @@ -18,7 +18,9 @@ LIB_DEPENDS= libpng.so:graphics/png \ CONFLICTS_INSTALL= dktools[0-9]* +USES= gmake jpeg localbase:ldflags GNU_CONFIGURE= yes +ALL_TARGET= bmpp # We do not want to include sys/termios.h even if it exists, and we do not want # to depend on BDB for db.h (it is used by other parts of dktools). @@ -26,9 +28,6 @@ CONFIGURE_ENV= ac_cv_header_sys_termios_h=no\ ac_cv_header_db_h=no\ DESTDIR=${STAGEDIR} -USES= gmake jpeg localbase:ldflags - -ALL_TARGET= bmpp PLIST_FILES= bin/bmpp man/man1/bmpp.1.gz post-patch: Modified: head/graphics/bmeps/distinfo ============================================================================== --- head/graphics/bmeps/distinfo Wed Mar 7 09:33:07 2018 (r463784) +++ head/graphics/bmeps/distinfo Wed Mar 7 10:05:03 2018 (r463785) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517067335 -SHA256 (dktools-4.11.1.tar.gz) = 7bfd003ba2f2fd6c0a5479e75001a758958c60ddc912d8ac0c42719d6a374a90 -SIZE (dktools-4.11.1.tar.gz) = 10077180 +TIMESTAMP = 1520415659 +SHA256 (dktools-4.11.4.tar.gz) = 4a2944e281b3ce1f42b167aaf65c5759233139d17ba442d640dc47ea1dc4ab2c +SIZE (dktools-4.11.4.tar.gz) = 10078013