Date: Sun, 29 Feb 2004 18:09:25 -0500 (EST) From: Mike Patterson <mike.patterson@unb.ca> To: FreeBSD-gnats-submit@FreeBSD.org Cc: mpatters@cs.uwaterloo.ca Subject: ports/63556: Update logjam2 to 4.3.2, fix PLIST for xmms-client Message-ID: <200402292309.i1TN9PWs000226@torres.uwaterloo.ca> Resent-Message-ID: <200402292310.i1TNAA3Y043164@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 63556 >Category: ports >Synopsis: Update logjam2 to 4.3.2, fix PLIST for xmms-client >Confidential: yes >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Feb 29 15:10:10 PST 2004 >Closed-Date: >Last-Modified: >Originator: Mike Patterson >Release: FreeBSD 5.2.1-RELEASE i386 >Organization: >Environment: System: FreeBSD torres 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Fri Feb 27 17:21:57 EST 2004 root@torres:/usr/obj/usr/src/sys/TORRES i386 >Description: Upgrade to 4.3.2 release of logjam. Add PLIST_FILES if built with XMMS support - I think I did this correctly. >How-To-Repeat: >Fix: Apply patch lj2update. Enjoy. --- lj2update begins here --- diff -ruN logjam2-old/Makefile logjam2/Makefile --- logjam2-old/Makefile Sun Feb 29 17:37:07 2004 +++ logjam2/Makefile Sun Feb 29 17:52:52 2004 @@ -6,7 +6,7 @@ # PORTNAME= logjam2 -PORTVERSION= 4.3.1 +PORTVERSION= 4.3.2 CATEGORIES= deskutils MASTER_SITES= http://logjam.danga.com/download/ DISTNAME= logjam-${PORTVERSION} @@ -38,6 +38,7 @@ .if defined(WITH_XMMS) LIB_DEPENDS+= xmms.4:${PORTSDIR}/multimedia/xmms +PLIST_FILES+= bin/logjam-xmms-client .else CONFIGURE_ARGS+= --without-xmms .endif diff -ruN logjam2-old/distinfo logjam2/distinfo --- logjam2-old/distinfo Sun Feb 29 17:37:07 2004 +++ logjam2/distinfo Sun Feb 29 17:43:06 2004 @@ -1,2 +1,2 @@ -MD5 (logjam-4.3.1.tar.bz2) = ddc990aba9d7d17263d57c0305b1fce1 -SIZE (logjam-4.3.1.tar.bz2) = 604717 +MD5 (logjam-4.3.2.tar.bz2) = 59030225dc77be2d58d5cefe0935d61d +SIZE (logjam-4.3.2.tar.bz2) = 601433 --- lj2update ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402292309.i1TN9PWs000226>