Update version of irc/epic5 from 0.2.0 -> 0.3.5 Fix: Some of the more popular scripts can be found at: http://scripts.epicsol.org/list.php--KRYnx4qstEtW3uU46gS2rmKM9exf6qYT07tcL9Z5dzQmBumv Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- Makefile.old Mon Sep 24 05:00:13 2007 +++ Makefile Mon Sep 24 05:19:41 2007 @@ -6,8 +6,7 @@ # PORTNAME= epic5 -PORTVERSION= 0.2.0 -PORTREVISION= 1 +PORTVERSION= 0.3.5 CATEGORIES= irc ipv6 MASTER_SITES= http://ftp.epicsol.org/pub/epic/EPIC5-BETA/ \ http://tehran.lain.pl/epic-mirror/EPIC5-BETA/ \ @@ -18,8 +17,6 @@ MAINTAINER= josh@tcbug.org COMMENT= The (E)nhanced (P)rogrammable (I)RC-II (C)lient -CONFLICTS= epic4-[0-9]* - GNU_CONFIGURE= yes MAN1= epic5.1 USE_OPENSSL= yes @@ -66,6 +63,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 05:02:46 2007 +++ distinfo Mon Sep 24 05:08:10 2007 @@ -1,3 +1,3 @@ -MD5 (epic5-0.2.0.tar.gz) = 40ba0a68a341571541dccf4d0e34fac1 -SHA256 (epic5-0.2.0.tar.gz) = 35eb9464df542ed22ddcb25e298c141da52990cfcfd87eda143917e178173d41 -SIZE (epic5-0.2.0.tar.gz) = 831122 +MD5 (epic5-0.3.5.tar.gz) = 5d787fcc966d2389c49288a474d56c74 +SHA256 (epic5-0.3.5.tar.gz) = e4a8e3d0d49e4dbf34b30703eba87a867539b8211121d985ae53f7bdb02cab6a +SIZE (epic5-0.3.5.tar.gz) = 881160 --- pkg-plist.old Mon Sep 24 05:11:35 2007 +++ pkg-plist Mon Sep 24 05:17:10 2007 @@ -1,6 +1,6 @@ bin/epic5 -bin/epic5-0.2.0 -libexec/wserv4 +bin/epic5-0.3.5 +libexec/epic5-wserv4 %%PORTDOCS%%%%DOCSDIR%%/BUG_FORM %%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT %%PORTDOCS%%%%DOCSDIR%%/KNOWNBUGS @@ -12,17 +12,22 @@ %%DATADIR%%/script/addset %%DATADIR%%/script/altchan %%DATADIR%%/script/autoget +%%DATADIR%%/script/autojoin +%%DATADIR%%/script/autoquery %%DATADIR%%/script/builtins +%%DATADIR%%/script/chanmonitor %%DATADIR%%/script/commandqueues %%DATADIR%%/script/country %%DATADIR%%/script/data_array %%DATADIR%%/script/data_struct +%%DATADIR%%/script/dcc_ports %%DATADIR%%/script/debug.irc %%DATADIR%%/script/dump %%DATADIR%%/script/edit_topic %%DATADIR%%/script/epic-crypt-gpg %%DATADIR%%/script/epic-crypt-gpg-aa %%DATADIR%%/script/files +%%DATADIR%%/script/floodprot %%DATADIR%%/script/functions %%DATADIR%%/script/global %%DATADIR%%/script/grep @@ -44,21 +49,26 @@ %%DATADIR%%/script/netsplit %%DATADIR%%/script/newaway %%DATADIR%%/script/newnick +%%DATADIR%%/script/nickcomp %%DATADIR%%/script/nopaste %%DATADIR%%/script/notify %%DATADIR%%/script/paste %%DATADIR%%/script/pipe %%DATADIR%%/script/reconnect +%%DATADIR%%/script/renumber %%DATADIR%%/script/revdcc %%DATADIR%%/script/save %%DATADIR%%/script/scan %%DATADIR%%/script/screen +%%DATADIR%%/script/screen.e %%DATADIR%%/script/setmail %%DATADIR%%/script/slowcat +%%DATADIR%%/script/snip %%DATADIR%%/script/sping %%DATADIR%%/script/suppressmotd %%DATADIR%%/script/tabkey.ce %%DATADIR%%/script/tabkey.jm +%%DATADIR%%/script/url.irc %%DATADIR%%/script/utime %%PORTDOCS%%@dirrm %%DOCSDIR%% @exec mkdir -p %D/%%DATADIR%%/help 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. How-To-Repeat: N/A
Responsible Changed From-To: freebsd-ports-bugs->tabthorpe I'll take it.
tabthorpe 2007-09-26 18:18:34 UTC FreeBSD ports repository Modified files: irc/epic5 Makefile distinfo pkg-plist Added files: irc/epic5/files pkg-message.in Log: - update to 0.3.5 PR: ports/116596 Submitted by: Josh Paetzel (maintainer) Approved by: miwi (co-mentor) Revision Changes Path 1.63 +4 -3 ports/irc/epic5/Makefile 1.35 +3 -3 ports/irc/epic5/distinfo 1.1 +5 -0 ports/irc/epic5/files/pkg-message.in (new) 1.34 +12 -2 ports/irc/epic5/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, with minor changes. Thanks!