Bug 180507 - graphics/epix: Update to version 1.2.11
Summary: graphics/epix: Update to version 1.2.11
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-12 19:10 UTC by tkato432
Modified: 2013-07-15 15:50 UTC (History)
0 users

See Also:


Attachments
file.diff (2.01 KB, patch)
2013-07-12 19:10 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2013-07-12 19:10:03 UTC
- Update to version 1.2.11
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-12 19:10:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2013-07-15 15:44:54 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-07-15 15:45:02 UTC
Author: miwi
Date: Mon Jul 15 14:44:53 2013
New Revision: 323038
URL: http://svnweb.freebsd.org/changeset/ports/323038

Log:
  - Update to 1.2.11
  
  PR:		180507
  Submitted by:	Ports Fury

Modified:
  head/graphics/epix/Makefile   (contents, props changed)
  head/graphics/epix/distinfo   (contents, props changed)

Modified: head/graphics/epix/Makefile
==============================================================================
--- head/graphics/epix/Makefile	Mon Jul 15 14:44:18 2013	(r323037)
+++ head/graphics/epix/Makefile	Mon Jul 15 14:44:53 2013	(r323038)
@@ -1,14 +1,8 @@
-# ex:ts=8
-# Ports collection makefile for:	epix
-# Date created:			Sep 5, 2002
-# Whom:				ijliao
-#
+# Created by: ijliao
 # $FreeBSD$
-#
 
 PORTNAME=	epix
-PORTVERSION=	1.2.10
-PORTREVISION=	1
+PORTVERSION=	1.2.11
 CATEGORIES=	graphics
 MASTER_SITES=	http://mathcs.holycross.edu/~ahwang/epix/
 
@@ -16,15 +10,14 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Creates math plots and line figures using easy-to-learn syntax
 
 LICENSE=	GPLv2 # (or later)
-LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	latex-pgf>=0:${PORTSDIR}/print/latex-pgf \
 		bash:${PORTSDIR}/shells/bash
 RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
 
 USE_BZIP2=	yes
+USES=		gmake
 USE_TEX=	latex dvipsk:build
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-bash=${LOCALBASE}/bin/bash \
 		--with-runtime=${CXX}
@@ -33,6 +26,8 @@ MAKE_JOBS_SAFE=	yes
 MAN1=		elaps.1 epix.1 flix.1 laps.1
 INFO=		epix
 
+.include <bsd.port.options.mk>
+
 post-patch:
 	@${REINPLACE_CMD} -e '/^install-data-am:/s|install-data-local||' \
 		${WRKSRC}/Makefile.in
@@ -44,7 +39,7 @@ post-patch:
 		${WRKSRC}/samples/Makefile.in
 
 post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \
 		${MAKEFILE} ${MAKE_ARGS} install-data-local)
 	@(cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \

Modified: head/graphics/epix/distinfo
==============================================================================
--- head/graphics/epix/distinfo	Mon Jul 15 14:44:18 2013	(r323037)
+++ head/graphics/epix/distinfo	Mon Jul 15 14:44:53 2013	(r323038)
@@ -1,2 +1,2 @@
-SHA256 (epix-1.2.10.tar.bz2) = 429653c8315970cc8c4eabe40db4ac0115b42d30e61030ba2238ef8fd9fb887d
-SIZE (epix-1.2.10.tar.bz2) = 499337
+SHA256 (epix-1.2.11.tar.bz2) = 9cddcf135b04ffcb7640b581a4dfee406e1b743285490d21888eda0e2234ca44
+SIZE (epix-1.2.11.tar.bz2) = 503858
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"