aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2015-10-03 04:12:54 +0800
committerpawel <pawel@FreeBSD.org>2015-10-03 04:12:54 +0800
commit8071be067f785fa6a9c3ab3a023b431a6ab1dd48 (patch)
tree389a103331e961e24f72953e14814a5aaa826995 /graphics
parent311663638a76e46c40b5fe8b78bd2cf0b5f54c12 (diff)
downloadfreebsd-ports-gnome-8071be067f785fa6a9c3ab3a023b431a6ab1dd48.tar.gz
freebsd-ports-gnome-8071be067f785fa6a9c3ab3a023b431a6ab1dd48.tar.zst
freebsd-ports-gnome-8071be067f785fa6a9c3ab3a023b431a6ab1dd48.zip
- Update to version 1.2.15
- Add LICENSE_FILE - FIx USE_TEX usage PR: 202850 Submitted by: tkato432@yahoo.com
Diffstat (limited to 'graphics')
-rw-r--r--graphics/epix/Makefile9
-rw-r--r--graphics/epix/distinfo4
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