ports/66468: Update port: irc/xaric to 0.12.1
KATO Tsuguru
tkato at prontomail.com
Mon May 10 15:10:24 UTC 2004
>Number: 66468
>Category: ports
>Synopsis: Update port: irc/xaric to 0.12.1
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Mon May 10 08:10:05 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 4.9-RELEASE-p7 i386
>Organization:
>Environment:
>Description:
- Update to version 0.12.1
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/irc/xaric/Makefile irc/xaric/Makefile
--- /usr/ports/irc/xaric/Makefile Thu Mar 18 13:52:41 2004
+++ irc/xaric/Makefile Sun May 2 00:03:10 2004
@@ -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 at 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 -urN /usr/ports/irc/xaric/distinfo irc/xaric/distinfo
--- /usr/ports/irc/xaric/distinfo Fri Mar 19 18:09:31 2004
+++ irc/xaric/distinfo Sat May 1 23:57:57 2004
@@ -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 -urN /usr/ports/irc/xaric/pkg-descr irc/xaric/pkg-descr
--- /usr/ports/irc/xaric/pkg-descr Wed Apr 18 16:33:59 2001
+++ irc/xaric/pkg-descr Sat May 1 23:46:14 2004
@@ -3,3 +3,5 @@
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 -urN /usr/ports/irc/xaric/pkg-plist irc/xaric/pkg-plist
--- /usr/ports/irc/xaric/pkg-plist Tue Oct 16 00:46:17 2001
+++ irc/xaric/pkg-plist Sat May 1 23:53:34 2004
@@ -1,6 +1,6 @@
bin/xaric
-share/xaric/help/copying
-share/xaric/help/help
-share/xaric/help/warranty
- at dirrm share/xaric/help
- at dirrm share/xaric
+%%DATADIR%%/help/copying
+%%DATADIR%%/help/help
+%%DATADIR%%/help/warranty
+ at dirrm %%DATADIR%%/help
+ at dirrm %%DATADIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list