svn commit: r398447 - head/graphics/epix

Pawel Pekala pawel at FreeBSD.org
Fri Oct 2 20:12:55 UTC 2015


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 at 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 at 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>

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


More information about the svn-ports-all mailing list