diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-05-11 10:54:00 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-05-11 10:54:00 +0800 |
commit | ba77009c9a033ec99f7661740490de41217523dd (patch) | |
tree | 07df6b11b675951763a647a52f7fcbceb1837315 /irc | |
parent | f3599f4b2ead2de88327a2e6b7785b86e8c4dee0 (diff) | |
download | freebsd-ports-gnome-ba77009c9a033ec99f7661740490de41217523dd.tar.gz freebsd-ports-gnome-ba77009c9a033ec99f7661740490de41217523dd.tar.zst freebsd-ports-gnome-ba77009c9a033ec99f7661740490de41217523dd.zip |
- Update to 0.0.5 [1]
- Narrow down CONFLICTS
- Do not quote the IGNORE message
PR: ports/80872 [1]
Submitted by: maintainer [1]
Diffstat (limited to 'irc')
-rw-r--r-- | irc/epic5/Makefile | 6 | ||||
-rw-r--r-- | irc/epic5/distinfo | 4 | ||||
-rw-r--r-- | irc/epic5/pkg-plist | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile index 33e816d9eae3..0b8fd41cf15e 100644 --- a/irc/epic5/Makefile +++ b/irc/epic5/Makefile @@ -6,7 +6,7 @@ # PORTNAME= epic5 -PORTVERSION= 0.0.3 +PORTVERSION= 0.0.5 CATEGORIES= irc ipv6 MASTER_SITES= http://www.tcbug.org/ \ ftp://ftp.epicsol.org/pub/epic/EPIC5-BETA/ @@ -14,7 +14,7 @@ MASTER_SITES= http://www.tcbug.org/ \ MAINTAINER= josh@tcbug.org COMMENT= The (E)nhanced (P)rogrammable (I)RC-II (C)lient -CONFLICTS= epic4-* +CONFLICTS= epic4-[0-9]* GNU_CONFIGURE= yes MAN1= epic5.1 @@ -51,7 +51,7 @@ CONFIGURE_ARGS+= --with-socks5 # .if defined(WITH_PERL) .if ${PERL_LEVEL} < 500601 -IGNORE= "Perl 5.6.1 or newer is required; we recommend perl 5.8.5" +IGNORE= Perl 5.6.1 or newer is required; we recommend perl 5.8.5 .endif USE_PERL5= yes CONFIGURE_ARGS+= --with-perl=${SITE_PERL}/../../${PERL_VER}/mach/CORE diff --git a/irc/epic5/distinfo b/irc/epic5/distinfo index 315e124d6853..124a25aeffd9 100644 --- a/irc/epic5/distinfo +++ b/irc/epic5/distinfo @@ -1,2 +1,2 @@ -MD5 (epic5-0.0.3.tar.gz) = 238625234867671ab0a236770b0072c2 -SIZE (epic5-0.0.3.tar.gz) = 804309 +MD5 (epic5-0.0.5.tar.gz) = 9798dac2d05c45d750892b5592fbf680 +SIZE (epic5-0.0.5.tar.gz) = 826857 diff --git a/irc/epic5/pkg-plist b/irc/epic5/pkg-plist index 85d68f5dd7d0..165c8efa3b9b 100644 --- a/irc/epic5/pkg-plist +++ b/irc/epic5/pkg-plist @@ -1,5 +1,5 @@ bin/epic5 -bin/epic5-0.0.3 +bin/epic5-0.0.5 libexec/wserv4 %%PORTDOCS%%%%DOCSDIR%%/BUG_FORM %%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT @@ -46,6 +46,7 @@ libexec/wserv4 %%DATADIR%%/script/grep %%DATADIR%%/script/guh %%DATADIR%%/script/help +%%DATADIR%%/script/history %%DATADIR%%/script/hold_mode %%DATADIR%%/script/hybrid6 %%DATADIR%%/script/imap @@ -58,6 +59,7 @@ libexec/wserv4 %%DATADIR%%/script/less %%DATADIR%%/script/less-pipe %%DATADIR%%/script/list +%%DATADIR%%/script/loadformats %%DATADIR%%/script/local.examp %%DATADIR%%/script/ls %%DATADIR%%/script/mail @@ -83,6 +85,7 @@ libexec/wserv4 %%DATADIR%%/script/recursion %%DATADIR%%/script/repeat %%DATADIR%%/script/revdcc +%%DATADIR%%/script/save %%DATADIR%%/script/scan %%DATADIR%%/script/scandir %%DATADIR%%/script/screen @@ -108,6 +111,7 @@ libexec/wserv4 %%DATADIR%%/script/webster %%DATADIR%%/script/window %%PORTDOCS%%@dirrm %%DOCSDIR%% +@exec mkdir -p %D/%%DATADIR%%/help @unexec rmdir %D/%%DATADIR%%/help 2>/dev/null || true @dirrm %%DATADIR%%/script @dirrm %%DATADIR%% |