Update irc/epic4 to latest release Fix: ports# cat pkg-message EPIC is a toolkit, much akin to a box of legos. It strives to let you build a client the way you want it. You will not find EPIC usable without a script of some sort. Some of the more popular scripts can be found at: http://scripts.epicsol.org/list.php--8kYHLm4shgljiYfeDJRNEQCVa9bky0jfPRjEi35WIQ7NZuyf Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- Makefile.old Mon Sep 24 03:59:16 2007 +++ Makefile Mon Sep 24 05:19:56 2007 @@ -6,8 +6,7 @@ # PORTNAME= epic4 -PORTVERSION= 2.6 -PORTREVISION= 1 +PORTVERSION= 2.8 CATEGORIES= irc ipv6 MASTER_SITES= http://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/ \ http://tehran.lain.pl/epic-mirror/EPIC4-PRODUCTION/ \ @@ -21,8 +20,6 @@ MAINTAINER= josh@tcbug.org COMMENT= The (E)nhanced (P)rogrammable (I)RC-II (C)lient -CONFLICTS= epic5-[0-9]* - GNU_CONFIGURE= yes MAN1= epic.1 USE_OPENSSL= yes @@ -96,6 +93,7 @@ .for i in BUG_FORM COPYRIGHT KNOWNBUGS README UPDATES VOTES ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor + @${CAT} ${PKGMESSAGE} .endif .include <bsd.port.post.mk> --- distinfo.old Mon Sep 24 03:53:44 2007 +++ distinfo Mon Sep 24 04:10:03 2007 @@ -1,6 +1,6 @@ -MD5 (epic4-2.6.tar.gz) = 3af76d22762b5015735bc9cb7f43d2c9 -SHA256 (epic4-2.6.tar.gz) = cabc3779b86afae7ddb1875c2cb641f3f1f825ee008315fd2735644d863af58c -SIZE (epic4-2.6.tar.gz) = 769591 +MD5 (epic4-2.8.tar.gz) = 26669602d0dcc5df9614f278f02d7bfc +SHA256 (epic4-2.8.tar.gz) = ebb169f5e3584d6813a4cfb5292763e4c41b73d20a48f9ce699f898b1ee02fff +SIZE (epic4-2.8.tar.bz2) = 770922 MD5 (epic4-help-20050315.tar.gz) = 9888d1af465ca72bf9a02487264071a5 SHA256 (epic4-help-20050315.tar.gz) = 714afd07348731e6ac82e1f6548acc12e84539b3106ab27fa5d00ed5696256f7 SIZE (epic4-help-20050315.tar.gz) = 332502 --- pkg-plist.old Mon Sep 24 04:13:34 2007 +++ pkg-plist Mon Sep 24 04:30:35 2007 @@ -1,5 +1,5 @@ bin/epic -bin/epic-EPIC4-2.6 +bin/epic-EPIC4-2.8 libexec/wserv4 share/epic/help/1_General/1_General share/epic/help/1_General/away --- pkg-descr.old Mon Sep 24 04:32:43 2007 +++ pkg-descr Mon Sep 24 04:32:54 2007 @@ -7,4 +7,4 @@ EPIC no longer shares any file names with ircII, so they should happily co-exist. -WWW: http://prbh.org/ +WWW: http://www.epicsol.org/ How-To-Repeat: N/A
miwi 2007-09-24 07:43:29 UTC FreeBSD ports repository Modified files: irc/epic4 Makefile distinfo pkg-descr pkg-plist Added files: irc/epic4/files pkg-message.in Log: - Update to 0.2.8 PR: 116595 Submitted by: Josh Paetzel <josh@tcbug.org> (maintainer) Revision Changes Path 1.61 +4 -3 ports/irc/epic4/Makefile 1.34 +3 -3 ports/irc/epic4/distinfo 1.1 +6 -0 ports/irc/epic4/files/pkg-message.in (new) 1.12 +1 -1 ports/irc/epic4/pkg-descr 1.32 +1 -1 ports/irc/epic4/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!