Bug 189318 - maintainer update: irc/epic5
Summary: maintainer update: irc/epic5
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-03 20:40 UTC by mp39590
Modified: 2014-05-21 06:30 UTC (History)
0 users

See Also:


Attachments
file.diff (2.58 KB, patch)
2014-05-03 20:40 UTC, mp39590
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mp39590 2014-05-03 20:40:00 UTC
Attached patch do the following:
- update from 1.1.8 to 1.1.10 (also fixes build on 8.x platforms)
- fixes build with tcl enabled

To committer: please, svn rm files/ directory and files inside - they're no longer needed.

Fix: Patch attached with submission follows:
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2014-05-21 06:28:55 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-21 06:29:00 UTC
Author: miwi
Date: Wed May 21 05:28:56 2014
New Revision: 354704
URL: http://svnweb.freebsd.org/changeset/ports/354704
QAT: https://qat.redports.org/buildarchive/r354704/

Log:
  - Update to 1.1.10
  
  PR:		189318
  Submitted by:	maintainer

Deleted:
  head/irc/epic5/files/
Modified:
  head/irc/epic5/Makefile
  head/irc/epic5/distinfo

Modified: head/irc/epic5/Makefile
==============================================================================
--- head/irc/epic5/Makefile	Wed May 21 05:26:27 2014	(r354703)
+++ head/irc/epic5/Makefile	Wed May 21 05:28:56 2014	(r354704)
@@ -2,11 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	epic5
-PORTVERSION=	1.1.8
+PORTVERSION=	1.1.10
 CATEGORIES=	irc ipv6
 MASTER_SITES=	http://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/ \
-		http://tehran.lain.pl/epic-mirror/EPIC5-PRODUCTION/ \
-		ftp://ftp.irc.org/irc/clients/unix/epic/EPIC5-PRODUCTION/ \
 		http://ftp.freenet.de/pub/ftp.prbh.org/pub/epic/EPIC5-PRODUCTION/
 
 MAINTAINER=	mp39590@gmail.com
@@ -35,8 +33,8 @@ CONFIGURE_ARGS+=	--without-ipv6
 .endif
 
 .if ${PORT_OPTIONS:MTCL}
-LIB_DEPENDS+=		tcl84:${PORTSDIR}/lang/tcl84
-CONFIGURE_ARGS+=	--with-tcl
+USES+=		tcl
+CONFIGURE_ARGS+=	--with-tcl=${TCL_LIBDIR}/tclConfig.sh
 .else
 CONFIGURE_ARGS+=	--without-tcl
 .endif

Modified: head/irc/epic5/distinfo
==============================================================================
--- head/irc/epic5/distinfo	Wed May 21 05:26:27 2014	(r354703)
+++ head/irc/epic5/distinfo	Wed May 21 05:28:56 2014	(r354704)
@@ -1,2 +1,2 @@
-SHA256 (epic5-1.1.8.tar.bz2) = 120fa637e54fcd66c2c25b634d5a0cf58c51f0a93563486be971dbcec0772e4f
-SIZE (epic5-1.1.8.tar.bz2) = 849643
+SHA256 (epic5-1.1.10.tar.bz2) = a4f19214e8eb9a7aceaed62d924d96d8c9359b186ff230c01daff398dd62cdb5
+SIZE (epic5-1.1.10.tar.bz2) = 851439
_______________________________________________
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"