Date: Thu, 26 Jan 2006 15:35:15 +0100 (CET) From: Johan van Selst <johans@stack.nl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/92372: net-im/micq: update to version 0.5.1 Message-ID: <20060126143515.4724917035@mud.stack.nl> Resent-Message-ID: <200601261440.k0QEe3ku014991@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 92372 >Category: ports >Synopsis: net-im/micq: update to version 0.5.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jan 26 14:40:03 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Johan van Selst >Release: FreeBSD 6.0-STABLE i386 >Organization: >Environment: System: FreeBSD mud.stack.nl 6.0-STABLE FreeBSD 6.0-STABLE #9: Wed Jan 11 14:40:03 CET 2006 johans@mud.stack.nl:/usr/obj/usr/src/sys/mud i386 >Description: 0.5.1 is (mostly) bugfix release >How-To-Repeat: >Fix: While we're at it, replace the patch by a REINPLACE_CMD: This obsoletes files/patch-Makefile.in and the files/ subdir. Update pkg-descr: chat and file transfers supposedly work. diff -uNr micq/Makefile micq/Makefile --- micq/Makefile Wed Nov 9 08:48:15 2005 +++ micq/Makefile Thu Jan 26 15:20:03 2006 @@ -6,7 +6,7 @@ # PORTNAME= micq -PORTVERSION= 0.5.0.4 +PORTVERSION= 0.5.1 CATEGORIES= net-im MASTER_SITES= http://micq.org/source/ \ http://micq.alpha345.com/source/ \ @@ -53,6 +53,9 @@ .if defined(WITHOUT_REMOTE) CONFIGURE_ARGS+= --disable-remote .endif + +post-patch: + @${REINPLACE_CMD} -e '/^SUBDIRS =/s/ doc//' ${WRKSRC}/Makefile.in post-install: ${INSTALL_MAN} ${WRKSRC}/doc/micq.1 ${MANPREFIX}/man/man1 diff -uNr micq/distinfo micq/distinfo --- micq/distinfo Sat Nov 26 04:20:41 2005 +++ micq/distinfo Thu Jan 26 15:16:27 2006 @@ -1,3 +1,3 @@ -MD5 (micq-0.5.0.4.tgz) = 142f80100955018046745ada09859b2d -SHA256 (micq-0.5.0.4.tgz) = cfbcb88092c4e260cdfdd8b2ab5d3f094d9c593d282c38f115b8870704642f86 -SIZE (micq-0.5.0.4.tgz) = 1042082 +MD5 (micq-0.5.1.tgz) = 8a8d33e130add017e76293e788d3d590 +SHA256 (micq-0.5.1.tgz) = 9dca3740bad608e99a8a655fc92498af1a60360f4120514902fe26efa5c925de +SIZE (micq-0.5.1.tgz) = 1082826 diff -uNr micq/files/patch-Makefile.in micq/files/patch-Makefile.in --- micq/files/patch-Makefile.in Tue Feb 15 23:20:05 2005 +++ micq/files/patch-Makefile.in Thu Jan 1 01:00:00 1970 @@ -1,14 +0,0 @@ - -$FreeBSD: pormicq/files/patch-Makefile.in,v 1.2 2005/02/15 22:20:05 krion Exp $ - ---- Makefile.in.orig -+++ Makefile.in -@@ -165,7 +165,7 @@ - sharedstatedir = @sharedstatedir@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ --SUBDIRS = src lang doc -+SUBDIRS = src lang - EXTRA_DIST = TODO - all: all-recursive - diff -uNr micq/pkg-descr micq/pkg-descr --- micq/pkg-descr Sat Apr 20 17:42:43 2002 +++ micq/pkg-descr Thu Jan 26 15:32:05 2006 @@ -1,4 +1,3 @@ A text-based implementation of ICQ, independant of Mirabilis. -Currently does not offer chat and file transfer. WWW: http://www.micq.org/ diff -uNr micq/pkg-plist micq/pkg-plist --- micq/pkg-plist Tue Feb 15 23:20:05 2005 +++ micq/pkg-plist Thu Jan 26 15:22:43 2006 @@ -12,6 +12,7 @@ %%DATADIR%%/bg.i18n %%DATADIR%%/de.i18n %%DATADIR%%/de_CH.i18n +%%DATADIR%%/cs.i18n %%DATADIR%%/en.i18n %%DATADIR%%/es.i18n %%DATADIR%%/fi.i18n >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060126143515.4724917035>