Bug 181069 - textproc/tralics: Update to version 2.15.1
Summary: textproc/tralics: Update to version 2.15.1
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: Danilo Egea Gondolfo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-05 19:10 UTC by tkato432
Modified: 2013-10-06 22:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1003 bytes, patch)
2013-08-05 19:10 UTC, tkato432
no flags Details | Diff
textproc_tralics.diff (1003 bytes, patch)
2013-08-16 18:59 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:04 UTC
- Update to version 2.15.1
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-05 19:11:34 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-08-14 09:43:40 UTC
State Changed
From-To: open->feedback

fail to fetch 
https://po.miwibox.org/91amd64-default/2013-08-13_19h14m31s/logs/errors/tralics-2.15.1.log
Comment 3 tkato432 2013-08-16 18:59:42 UTC
Here is the corrected patch.
Comment 4 Bryan Drewery freebsd_committer freebsd_triage 2013-09-22 15:13:27 UTC
Responsible Changed
From-To: miwi->freebsd-ports-bugs

Back to the heap due to timeout
Comment 5 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2013-10-06 22:01:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danilo

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2013-10-06 22:35:48 UTC
Author: danilo
Date: Sun Oct  6 21:35:41 2013
New Revision: 329630
URL: http://svnweb.freebsd.org/changeset/ports/329630

Log:
  - Update from 2.15.0 to 2.15.1 [1]
  - Add stage support
  
  PR:		ports/181069
  Submitted by:	KATO Tsuguru <tkato432@yahoo.com> [1]
  Approved by:	wg/culot (mentors, implicit)

Modified:
  head/textproc/tralics/Makefile
  head/textproc/tralics/distinfo

Modified: head/textproc/tralics/Makefile
==============================================================================
--- head/textproc/tralics/Makefile	Sun Oct  6 21:14:55 2013	(r329629)
+++ head/textproc/tralics/Makefile	Sun Oct  6 21:35:41 2013	(r329630)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tralics
-PORTVERSION=	2.15.0
+PORTVERSION=	2.15.1
 DISTVERSIONPREFIX=	src-
 CATEGORIES=	textproc
 MASTER_SITES=	ftp://ftp-sop.inria.fr/marelle/tralics/src/
@@ -17,8 +17,7 @@ ALL_TARGET=	${PORTNAME}
 
 PLIST_FILES=	bin/${PORTNAME}
 
-NO_STAGE=	yes
 do-install:
-	(cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${PREFIX}/bin)
+	(cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${STAGEDIR}${PREFIX}/bin)
 
 .include <bsd.port.mk>

Modified: head/textproc/tralics/distinfo
==============================================================================
--- head/textproc/tralics/distinfo	Sun Oct  6 21:14:55 2013	(r329629)
+++ head/textproc/tralics/distinfo	Sun Oct  6 21:35:41 2013	(r329630)
@@ -1,2 +1,2 @@
-SHA256 (tralics-src-2.15.0.tar.gz) = be14e49ac22cd4224eeccb014b4b9163f5f4d8ce1546c040a2461a85c91f2b85
-SIZE (tralics-src-2.15.0.tar.gz) = 1254958
+SHA256 (tralics-src-2.15.1.tar.gz) = 9aac26edf2c247215591929b278485288689fa50d3c11d7ee125b362683d6701
+SIZE (tralics-src-2.15.1.tar.gz) = 1273893
_______________________________________________
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 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2013-10-06 22:35:58 UTC
State Changed
From-To: feedback->closed

Committed, with minor changes. Thanks!