Bug 181058 - graphics/epix: Update to version 1.2.12
Summary: graphics/epix: Update to version 1.2.12
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: Antoine Brodin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-05 19:10 UTC by tkato432
Modified: 2013-11-25 22:11 UTC (History)
0 users

See Also:


Attachments
file.diff (924 bytes, patch)
2013-08-05 19:10 UTC, tkato432
no flags Details | Diff
graphics_epix.diff (922 bytes, patch)
2013-08-18 18:51 UTC, tkato432
no flags Details | Diff
graphics_epix.diff (2.58 KB, patch)
2013-10-18 18:56 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-08-05 19:10:01 UTC
- Update to version 1.2.12
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-05 19:10:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 tkato432 2013-08-18 18:51:24 UTC
Remake of the patch against current tree.
Comment 3 Bryan Drewery freebsd_committer freebsd_triage 2013-09-22 15:10:42 UTC
Responsible Changed
From-To: miwi->freebsd-ports-bugs

Back to the heap due to timeout
Comment 4 tkato432 2013-10-18 18:56:36 UTC
Version 1.2.13 has been released.
Comment 5 Antoine Brodin freebsd_committer freebsd_triage 2013-11-24 14:52:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->antoine

Take
Comment 6 dfilter service freebsd_committer freebsd_triage 2013-11-25 22:04:44 UTC
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
_______________________________________________
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"
Comment 7 Antoine Brodin freebsd_committer freebsd_triage 2013-11-25 22:11:18 UTC
State Changed
From-To: open->closed

Patch committed, thanks!