Date: Sun, 11 May 2003 11:04:24 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52046: Update port: audio/xhippo to 3.3 Message-ID: <20030511110424.6566bf28.tkato@prontomail.com> Resent-Message-ID: <200305110220.h4B2K68i091133@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 52046 >Category: ports >Synopsis: Update port: audio/xhippo to 3.3 >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: Sat May 10 19:20:06 PDT 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.8-RELEASE i386 >Organization: >Environment: >Description: - Update to version 3.3 >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/xhippo/Makefile audio/xhippo/Makefile --- /usr/ports/audio/xhippo/Makefile Sat Apr 12 22:36:35 2003 +++ audio/xhippo/Makefile Sat May 10 23:34:19 2003 @@ -6,21 +6,20 @@ # PORTNAME= xhippo -PORTVERSION= 3.2 +PORTVERSION= 3.3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= xhippo +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= kevlo@FreeBSD.org COMMENT= A Generic music player for UNIX systems RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 -USE_XLIB= yes USE_GNOME= gtk12 WANT_GNOME= yes GNU_CONFIGURE= yes -MAKE_ARGS= CFLAGS="${CFLAGS}" +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} DOCS= ChangeLog gnu-xhippo.html screenshot.jpeg xhippo.html.gz \ xhippo.info.gz xhippo.ps.gz xhippo.sgml xhippo.txt.gz @@ -35,9 +34,9 @@ post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/xhippo + ${MKDIR} ${DOCSDIR} .for i in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${PREFIX}/share/doc/xhippo + ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${DOCSDIR} .endfor .endif ${INSTALL_DATA} ${WRKSRC}/xhippo.config ${PREFIX}/etc/xhippo.config.default diff -urN /usr/ports/audio/xhippo/distinfo audio/xhippo/distinfo --- /usr/ports/audio/xhippo/distinfo Sun Aug 19 01:29:31 2001 +++ audio/xhippo/distinfo Fri Feb 7 00:17:01 2003 @@ -1 +1 @@ -MD5 (xhippo-3.2.tar.gz) = 8f8a0ae7006f162aebc19af3680970a8 +MD5 (xhippo-3.3.tar.gz) = 28ef26e3a0199daa9e5535a8b682bffe >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030511110424.6566bf28.tkato>