From owner-svn-ports-head@freebsd.org Tue Jul 19 13:18:14 2016 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 83600B9D9B1; Tue, 19 Jul 2016 13:18:14 +0000 (UTC) (envelope-from amdmi3@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 4822E12EA; Tue, 19 Jul 2016 13:18:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6JDIDri087887; Tue, 19 Jul 2016 13:18:13 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6JDIDGd087885; Tue, 19 Jul 2016 13:18:13 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201607191318.u6JDIDGd087885@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 19 Jul 2016 13:18:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418776 - head/graphics/bmeps 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.22 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: Tue, 19 Jul 2016 13:18:14 -0000 Author: amdmi3 Date: Tue Jul 19 13:18:13 2016 New Revision: 418776 URL: https://svnweb.freebsd.org/changeset/ports/418776 Log: - Update to 4.3.6 - While here, switch to USES=localbase and silence patching PR: 211183 Submitted by: takefu@airport.fm (maintainer) Modified: head/graphics/bmeps/Makefile head/graphics/bmeps/distinfo Modified: head/graphics/bmeps/Makefile ============================================================================== --- head/graphics/bmeps/Makefile Tue Jul 19 13:17:22 2016 (r418775) +++ head/graphics/bmeps/Makefile Tue Jul 19 13:18:13 2016 (r418776) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bmpp -PORTVERSION= 4.3.1 +PORTVERSION= 4.3.6 CATEGORIES= graphics perl5 MASTER_SITES= SF/dktools/dktools/dktools-${PORTVERSION} DISTNAME= dktools-${PORTVERSION} @@ -24,15 +24,12 @@ CONFIGURE_ENV= ac_cv_header_sys_termios_ ac_cv_header_db_h=no ALL_TARGET= bmpp -USES= gmake jpeg - -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +USES= gmake jpeg localbase PLIST_FILES= bin/bmpp post-patch: - ${REINPLACE_CMD} 's@sz->lsz =@st->lsz =@' ${WRKSRC}/dk3sf.c + @${REINPLACE_CMD} 's@sz->lsz =@st->lsz =@' ${WRKSRC}/dk3sf.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bmpp ${STAGEDIR}${PREFIX}/bin Modified: head/graphics/bmeps/distinfo ============================================================================== --- head/graphics/bmeps/distinfo Tue Jul 19 13:17:22 2016 (r418775) +++ head/graphics/bmeps/distinfo Tue Jul 19 13:18:13 2016 (r418776) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464338602 -SHA256 (dktools-4.3.1.tar.gz) = 65ca2e70a998c15da776716c67a58b0108afd8ea6e41ea49c29475ad040b4364 -SIZE (dktools-4.3.1.tar.gz) = 9608175 +TIMESTAMP = 1468801664 +SHA256 (dktools-4.3.6.tar.gz) = 8e9f47d6f2bee32f30aca134396720057d530ad01b2a29b01b4dd5437fc169c6 +SIZE (dktools-4.3.6.tar.gz) = 8891499