From owner-svn-ports-all@freebsd.org Fri Oct 2 20:12:55 2015 Return-Path: Delivered-To: svn-ports-all@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 BDDFDA0E1A9; Fri, 2 Oct 2015 20:12:55 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.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 94894159A; Fri, 2 Oct 2015 20:12:55 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t92KCt6M080708; Fri, 2 Oct 2015 20:12:55 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t92KCtbB080705; Fri, 2 Oct 2015 20:12:55 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201510022012.t92KCtbB080705@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Fri, 2 Oct 2015 20:12:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398447 - head/graphics/epix X-SVN-Group: ports-head 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.20 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: Fri, 02 Oct 2015 20:12:55 -0000 Author: pawel Date: Fri Oct 2 20:12:54 2015 New Revision: 398447 URL: https://svnweb.freebsd.org/changeset/ports/398447 Log: - Update to version 1.2.15 - Add LICENSE_FILE - FIx USE_TEX usage PR: 202850 Submitted by: tkato432@yahoo.com Modified: head/graphics/epix/Makefile head/graphics/epix/distinfo Modified: head/graphics/epix/Makefile ============================================================================== --- head/graphics/epix/Makefile Fri Oct 2 19:33:10 2015 (r398446) +++ head/graphics/epix/Makefile Fri Oct 2 20:12:54 2015 (r398447) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= epix -PORTVERSION= 1.2.14 +PORTVERSION= 1.2.15 CATEGORIES= graphics MASTER_SITES= http://mathcs.holycross.edu/~ahwang/epix/ @@ -10,13 +10,13 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Creates math plots and line figures using easy-to-learn syntax LICENSE= GPLv2 # (or later) +LICENSE_FILE= ${WRKSRC}/COPYING -USE_TEX= texmf:build BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash RUN_DEPENDS= bash:${PORTSDIR}/shells/bash USES= gmake makeinfo tar:bzip2 -USE_TEX= latex dvipsk:build +USE_TEX= latex dvipsk:build texmf:build GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-bash=${LOCALBASE}/bin/bash \ --with-runtime=${CXX} @@ -26,7 +26,8 @@ INFO= epix OPTIONS_DEFINE= DOCS post-patch: - @${REINPLACE_CMD} -e '/usepackage/s|pstricks,xcolor|pstricks,tikz,xcolor|' \ + @${REINPLACE_CMD} -e \ + '/usepackage/s|\(pstricks\),\(xcolor\)|\1,tikz,\2|' \ ${WRKSRC}/doc/manual.tex .include Modified: head/graphics/epix/distinfo ============================================================================== --- head/graphics/epix/distinfo Fri Oct 2 19:33:10 2015 (r398446) +++ head/graphics/epix/distinfo Fri Oct 2 20:12:54 2015 (r398447) @@ -1,2 +1,2 @@ -SHA256 (epix-1.2.14.tar.bz2) = c493eeca28c4f91bc26f9fadd6119a13596b2e72efeb9589b4a5ceffb9897b8e -SIZE (epix-1.2.14.tar.bz2) = 504249 +SHA256 (epix-1.2.15.tar.bz2) = 6f0f40a27c4bc601f90b09e6c5be0d3281a3a799917c9baa8241bc0927b92bb4 +SIZE (epix-1.2.15.tar.bz2) = 505306