Date: Tue, 18 Dec 2001 16:54:59 -0700 (MST) From: Tim Jensen <toast@blackened.com> To: FreeBSD-gnats-submit@freebsd.org Cc: Tim Jensen <toast@blackened.com> Subject: ports/32992: update port irc/blackened from v1.7.1 to v1.8.0 Message-ID: <200112182354.fBINsxm74049@java.blackened.com>
next in thread | raw e-mail | index | archive | help
>Number: 32992 >Category: ports >Synopsis: update port irc/blackened from v1.7.1 to v1.8.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Dec 18 16:00:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Tim Jensen >Release: FreeBSD 4.4-STABLE i386 >Organization: none >Environment: System: FreeBSD java.blackened.com 4.4-STABLE FreeBSD 4.4-STABLE #4: Fri Sep 21 09:49:40 MST 2001 mjr@java.blackened.com:/usr/src/sys/compile/MJR i386 >Description: This is an update to the Blackened IRC client, from version 1.7.1 to 1.8.0. Benefits of this update include: a man page has been added to the installation, and the patch file has been removed. >How-To-Repeat: Use the diff included below. >Fix: diff -ruN blackened.old/Makefile blackened/Makefile --- blackened.old/Makefile Mon Sep 25 07:21:33 2000 +++ blackened/Makefile Tue Dec 18 17:17:19 2001 @@ -6,7 +6,7 @@ # PORTNAME= blackened -PORTVERSION= 1.7.1 +PORTVERSION= 1.8.0 CATEGORIES= irc MASTER_SITES= ftp://ftp.blackened.com/pub/irc/blackened/ @@ -14,6 +14,7 @@ GNU_CONFIGURE= yes PLIST_SUB= VERSION=${PORTVERSION} -MAKE_ENV= prefix=${PREFIX} +CONFIGURE_ARGS= --prefix=${PREFIX} +INSTALL_TARGET= installeverything .include <bsd.port.mk> diff -ruN blackened.old/distinfo blackened/distinfo --- blackened.old/distinfo Fri Sep 24 18:34:21 1999 +++ blackened/distinfo Tue Dec 18 09:37:35 2001 @@ -1 +1 @@ -MD5 (blackened-1.7.1.tar.gz) = 049b1e538eb3bcc78c0a9083dfd014c4 +MD5 (blackened-1.8.0.tar.gz) = 285a0a7bdd6c25dde753cdfc81b18e98 diff -ruN blackened.old/files/patch-aa blackened/files/patch-aa --- blackened.old/files/patch-aa Sat Jul 31 19:46:38 1999 +++ blackened/files/patch-aa Wed Dec 31 18:00:00 1969 @@ -1,61 +0,0 @@ ---- Makefile.in.orig Mon Jul 26 21:30:12 1999 -+++ Makefile.in Thu Jul 29 02:56:55 1999 -@@ -23,9 +23,9 @@ - # disclean - remove all files geneated by compilation/installation. - - prefix = @prefix@ --exec_prefix = @exec_prefix@ --bindir = @bindir@ --datadir = @datadir@ -+exec_prefix = ${prefix} -+bindir = ${exec_prefix}/bin -+datadir = ${prefix}/share/blackened - - VERSION = @VERSION@ - -@@ -34,12 +34,12 @@ - INSTALL_IRC = $(bindir)/blackened-$(VERSION) - - # Name of the symbolic link to be created. --INSTALL_LINK = $(bindir)/@IRCLINK@ -+INSTALL_LINK = $(bindir)/blackened - - # Where the ircII library will be. Generally this is the place that - # you put the scripts, help pages and translation tables. It is - # very important that you set this correctly. --IRCLIB = @IRCLIB@/$(VERSION) -+IRCLIB = $(datadir)/$(VERSION) - - # Set this to the lex you want to use, and if they lex uses a library. - -@@ -119,16 +119,16 @@ - - # Set the next line to the full path for installation of the ircserv program - # if you wish to use it. --INSTALL_IRCSERV = $(bindir)/ircserv -+INSTALL_IRCSERV = $(bindir)/blackened-ircserv - - # This little program is necessary to have an interactive shell - # in a window of ircII. The 'shell' script uses it, so also update - # the path in there, if you want to enable this. --INSTALL_IRCFLUSH = $(bindir)/ircflush -+INSTALL_IRCFLUSH = $(bindir)/blackened-ircflush - - # This program allows you to use screen/xterm's to put new irc windows - # on new screen/xterm windows. --INSTALL_WSERV = $(bindir)/wserv -+INSTALL_WSERV = $(bindir)/blackened-wserv - - ## You shouldn't have to change anything below here - -@@ -246,8 +246,8 @@ - $(INSTALL_LIB) lib/help.blackened $(HELP_FILE) - - installdirs: --# umask 022; ./mkinstalldirs $(IRCLIB) $(bindir) $(TRANS_PATH) $(INSTALL_SCRIPT) $(HELP_DIR) -- umask 022; ./mkinstalldirs $(IRCLIB) $(bindir) $(TRANS_PATH) $(INSTALL_SCRIPT) -+# umask 022; ./mkinstalldirs $(IRCLIB) $(bindir) $(TRANS_PATH) $(INSTALL_SCRIPT) $(HELP_DIR) 2>&1 -+ umask 022; ./mkinstalldirs $(IRCLIB) $(bindir) $(TRANS_PATH) $(INSTALL_SCRIPT) 2>&1 - - helpclean: - $(RM) lib/help.blackened diff -ruN blackened.old/pkg-descr blackened/pkg-descr --- blackened.old/pkg-descr Sat Mar 25 16:14:52 2000 +++ blackened/pkg-descr Tue Dec 18 16:43:43 2001 @@ -1,15 +1,7 @@ -Blackened is an alternative IRC client made by Timothy -Jensen <toast@blackened.com> that offers a variety of new -features not found in other clients, such as: - - o Personalized timestamps - o Message redirection - o $randread() function - o "Snazzy new look" - o Banlist formatting - o Additional bind keys, e.g. PAGE_UP and PAGE_DOWN +Blackened is an enhanced IRC client that offers a variety of features +not found in other clients, including commands designed for IRC +server operators and administrators. Normal users also benefit from +additional functionality. WWW: http://www.blackened.com/blackened/ IRC: irc.blackened.com #blackened - -- Will <andrews@technologist.com> diff -ruN blackened.old/pkg-plist blackened/pkg-plist --- blackened.old/pkg-plist Sat Jul 31 19:46:39 1999 +++ blackened/pkg-plist Tue Dec 18 17:28:15 2001 @@ -3,6 +3,7 @@ bin/blackened-ircserv bin/blackened-wserv bin/blackened-ircflush +man/man1/blackened.1 share/blackened/%%VERSION%%/translation/ASCII share/blackened/%%VERSION%%/translation/CP437 share/blackened/%%VERSION%%/translation/CP850 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112182354.fBINsxm74049>