diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2015-10-02 20:12:54 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2015-10-02 20:12:54 +0000 |
commit | 9c5206d09675f5dc74fc72503fe8f0d11871590f (patch) | |
tree | 389a103331e961e24f72953e14814a5aaa826995 /graphics/epix | |
parent | 3c745ac3e97662d17569924c533cd88d417da9e8 (diff) | |
download | ports-9c5206d09675f5dc74fc72503fe8f0d11871590f.tar.gz ports-9c5206d09675f5dc74fc72503fe8f0d11871590f.zip |
Notes
Diffstat (limited to 'graphics/epix')
-rw-r--r-- | graphics/epix/Makefile | 9 | ||||
-rw-r--r-- | graphics/epix/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/graphics/epix/Makefile b/graphics/epix/Makefile index 44891f071e74..73102cb1f57e 100644 --- a/graphics/epix/Makefile +++ b/graphics/epix/Makefile @@ -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 <bsd.port.mk> diff --git a/graphics/epix/distinfo b/graphics/epix/distinfo index 3d158e4b261b..7a3f0b5a5e92 100644 --- a/graphics/epix/distinfo +++ b/graphics/epix/distinfo @@ -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 |