Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jul 2013 02:59:12 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/180507: graphics/epix: Update to version 1.2.11
Message-ID:  <20130713025912.e6529897f09319a2fba2a84d@yahoo.com>
Resent-Message-ID: <201307121810.r6CIA3gw062392@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         180507
>Category:       ports
>Synopsis:       graphics/epix: Update to version 1.2.11
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 12 18:10:03 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 8.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 1.2.11

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/graphics/epix/Makefile graphics/epix/Makefile
--- /usr/ports/graphics/epix/Makefile	2013-06-21 03:50:10.000000000 +0900
+++ graphics/epix/Makefile	2013-07-13 00:00:00.000000000 +0900
@@ -1,14 +1,8 @@
-# ex:ts=8
-# Ports collection makefile for:	epix
-# Date created:			Sep 5, 2002
-# Whom:				ijliao
-#
+# Created by: ijliao
 # $FreeBSD: head/graphics/epix/Makefile 317899 2013-05-11 17:58:55Z hrs $
-#
 
 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 @@
 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 @@
 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 @@
 		${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} \
diff -urN /usr/ports/graphics/epix/distinfo graphics/epix/distinfo
--- /usr/ports/graphics/epix/distinfo	2013-06-21 03:50:10.000000000 +0900
+++ graphics/epix/distinfo	2013-07-13 00:00:00.000000000 +0900
@@ -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
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130713025912.e6529897f09319a2fba2a84d>