diff options
author | krion <krion@FreeBSD.org> | 2004-05-11 02:11:13 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-05-11 02:11:13 +0800 |
commit | 6f0cb024fbfb319fabb2377dda13a7a05359fa03 (patch) | |
tree | 6f80d8301b9d6ad45657c2be618fb048326b6556 /irc | |
parent | 45220b1c4d95c9a4f31360c8bdbe993d727bd3d9 (diff) | |
download | freebsd-ports-gnome-6f0cb024fbfb319fabb2377dda13a7a05359fa03.tar.gz freebsd-ports-gnome-6f0cb024fbfb319fabb2377dda13a7a05359fa03.tar.zst freebsd-ports-gnome-6f0cb024fbfb319fabb2377dda13a7a05359fa03.zip |
- Update to version 0.12.1
PR: ports/66468
Submitted by: Ports Fury
Diffstat (limited to 'irc')
-rw-r--r-- | irc/xaric/Makefile | 19 | ||||
-rw-r--r-- | irc/xaric/distinfo | 4 | ||||
-rw-r--r-- | irc/xaric/pkg-descr | 2 | ||||
-rw-r--r-- | irc/xaric/pkg-plist | 10 |
4 files changed, 22 insertions, 13 deletions
diff --git a/irc/xaric/Makefile b/irc/xaric/Makefile index fd6021e5282a..757470172e4c 100644 --- a/irc/xaric/Makefile +++ b/irc/xaric/Makefile @@ -6,17 +6,24 @@ # PORTNAME= xaric -PORTVERSION= 0.12.0 -PORTREVISION= 1 +PORTVERSION= 0.12.1 CATEGORIES= irc -MASTER_SITES= ftp://ftp.xaric.org/pub/xaric/ +MASTER_SITES= http://www.xaric.org/downloads/ \ + ftp://ftp.xaric.org/xaric/ MAINTAINER= ports@FreeBSD.org -COMMENT= Xaric IRC Client - -MAN1= xaric.1 +COMMENT= IRC Client similer to BitchX or ircII USE_GMAKE= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + +MAN1= xaric.1 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/xaric ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/doc/xaric.1 ${MANPREFIX}/man/man1 + @${MKDIR} ${DATADIR}/help + ${INSTALL_DATA} ${WRKSRC}/help/* ${DATADIR}/help .include <bsd.port.mk> diff --git a/irc/xaric/distinfo b/irc/xaric/distinfo index 75e0f185ae06..b1d41b73fe52 100644 --- a/irc/xaric/distinfo +++ b/irc/xaric/distinfo @@ -1,2 +1,2 @@ -MD5 (xaric-0.12.0.tar.gz) = 30be2711804a90070c23c5b0d13a9a47 -SIZE (xaric-0.12.0.tar.gz) = 437156 +MD5 (xaric-0.12.1.tar.gz) = e388cc67568eec8eb7d53a4c914b3465 +SIZE (xaric-0.12.1.tar.gz) = 435998 diff --git a/irc/xaric/pkg-descr b/irc/xaric/pkg-descr index a5a305df26ea..9f006eec6dd9 100644 --- a/irc/xaric/pkg-descr +++ b/irc/xaric/pkg-descr @@ -3,3 +3,5 @@ with a list of features, but since it has no impressive features (and lacks a few important ones) that probably is not a good idea. The whole reason for Xaric was to remove all of the bogus, broken crap and silly features from BitchX and have a nice colorful client. + +WWW: http://www.xaric.org/ diff --git a/irc/xaric/pkg-plist b/irc/xaric/pkg-plist index 9242238d119c..ecc510fb6036 100644 --- a/irc/xaric/pkg-plist +++ b/irc/xaric/pkg-plist @@ -1,6 +1,6 @@ bin/xaric -share/xaric/help/copying -share/xaric/help/help -share/xaric/help/warranty -@dirrm share/xaric/help -@dirrm share/xaric +%%DATADIR%%/help/copying +%%DATADIR%%/help/help +%%DATADIR%%/help/warranty +@dirrm %%DATADIR%%/help +@dirrm %%DATADIR%% |