Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Nov 2013 22:04:37 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334898 - head/graphics/epix
Message-ID:  <201311252204.rAPM4bYL056173@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Nov 25 22:04:36 2013
New Revision: 334898
URL: http://svnweb.freebsd.org/changeset/ports/334898

Log:
  - Update to 1.2.13
  - Stage support
  
  PR:		ports/181058
  Submitted by:	Kato Tsuguru

Modified:
  head/graphics/epix/Makefile
  head/graphics/epix/distinfo
  head/graphics/epix/pkg-plist

Modified: head/graphics/epix/Makefile
==============================================================================
--- head/graphics/epix/Makefile	Mon Nov 25 20:49:58 2013	(r334897)
+++ head/graphics/epix/Makefile	Mon Nov 25 22:04:36 2013	(r334898)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	epix
-PORTVERSION=	1.2.11
+PORTVERSION=	1.2.13
 CATEGORIES=	graphics
 MASTER_SITES=	http://mathcs.holycross.edu/~ahwang/epix/
 
@@ -15,6 +15,8 @@ BUILD_DEPENDS=	latex-pgf>=0:${PORTSDIR}/
 		bash:${PORTSDIR}/shells/bash
 RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
 
+OPTIONS_DEFINE=	DOCS
+
 USE_BZIP2=	yes
 USES=		gmake
 USE_TEX=	latex dvipsk:build
@@ -22,30 +24,10 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-bash=${LOCALBASE}/bin/bash \
 		--with-runtime=${CXX}
 
-MAN1=		elaps.1 epix.1 flix.1 laps.1
 INFO=		epix
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
-
 post-patch:
-	@${REINPLACE_CMD} -e '/^install-data-am:/s|install-data-local||' \
-		${WRKSRC}/Makefile.in
-	@${REINPLACE_CMD} -e '/^install-data-am:/s|install-docDATA||' \
-		${WRKSRC}/doc/Makefile.in
 	@${REINPLACE_CMD} -e '/usepackage/s|pstricks,xcolor|pstricks,tikz,xcolor|' \
 		${WRKSRC}/doc/manual.tex
-	@${REINPLACE_CMD} -e '/^install-data-am:/s|install-docDATA||' \
-		${WRKSRC}/samples/Makefile.in
-
-post-install:
-.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} \
-		${MAKEFILE} ${MAKE_ARGS} install-docDATA)
-	@(cd ${WRKSRC}/samples && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \
-		${MAKEFILE} ${MAKE_ARGS} install-docDATA)
-.endif
 
 .include <bsd.port.mk>

Modified: head/graphics/epix/distinfo
==============================================================================
--- head/graphics/epix/distinfo	Mon Nov 25 20:49:58 2013	(r334897)
+++ head/graphics/epix/distinfo	Mon Nov 25 22:04:36 2013	(r334898)
@@ -1,2 +1,2 @@
-SHA256 (epix-1.2.11.tar.bz2) = 9cddcf135b04ffcb7640b581a4dfee406e1b743285490d21888eda0e2234ca44
-SIZE (epix-1.2.11.tar.bz2) = 503858
+SHA256 (epix-1.2.13.tar.bz2) = caffa4bae2c1d6c802bf7bcaef6e3b2cdcfa4b64ef2ca1b5f1c069e991fdb24a
+SIZE (epix-1.2.13.tar.bz2) = 504585

Modified: head/graphics/epix/pkg-plist
==============================================================================
--- head/graphics/epix/pkg-plist	Mon Nov 25 20:49:58 2013	(r334897)
+++ head/graphics/epix/pkg-plist	Mon Nov 25 22:04:36 2013	(r334898)
@@ -89,6 +89,10 @@ include/epix/triples.h
 include/epix/utils.h
 include/epix/verbatim.h
 lib/epix/libepix.a
+man/man1/elaps.1.gz
+man/man1/epix.1.gz
+man/man1/flix.1.gz
+man/man1/laps.1.gz
 %%PORTDOCS%%%%DOCSDIR%%/config/bash_completions
 %%PORTDOCS%%%%DOCSDIR%%/config/epix.el
 %%PORTDOCS%%%%DOCSDIR%%/manual.pdf.gz



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