Date: Thu, 6 Dec 2012 02:30:57 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/174172: audio/xhippo: Update to version 3.5 Message-ID: <20121206023057.b8e28c1a8b91b20356f34ccf@yahoo.com> Resent-Message-ID: <201212051810.qB5IA4XO033489@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 174172 >Category: ports >Synopsis: audio/xhippo: Update to version 3.5 >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: Wed Dec 05 18:10:04 UTC 2012 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p11 i386 >Organization: >Environment: >Description: - Update to version 3.5 >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/xhippo/Makefile audio/xhippo/Makefile --- /usr/ports/audio/xhippo/Makefile 2012-12-03 16:23:34.000000000 +0900 +++ audio/xhippo/Makefile 2012-12-03 23:27:06.000000000 +0900 @@ -1,51 +1,43 @@ -# New ports collection makefile for: xhippo -# Date created: 16 March 1999 -# Whom: Rod Taylor <rod@zort.on.ca> -# +# Created by: Rod Taylor <rod@zort.on.ca> # $FreeBSD: head/audio/xhippo/Makefile 308123 2012-12-03 05:26:26Z kevlo $ -# PORTNAME= xhippo -PORTVERSION= 3.3 -PORTREVISION= 5 +PORTVERSION= 3.5 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= GNU MAINTAINER= ports@FreeBSD.org COMMENT= Generic music player for UNIX systems +LICENSE= GPLv3 + +LIB_DEPENDS= id3tag:${PORTSDIR}/audio/libid3tag RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 +USE_GNOME= gtk20 USE_GETTEXT= yes -USE_GNOME= gtk12 -WANT_GNOME= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-gtk2 +MAKE_JOBS_SAFE= yes -DOCS= ChangeLog gnu-xhippo.html screenshot.jpeg xhippo.html.gz \ - xhippo.info.gz xhippo.ps.gz xhippo.sgml xhippo.txt.gz - -MAN1= xhippo.1 +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -.include <bsd.port.pre.mk> +MAN1= xhippo.1 +INFO= xhippo -.if ${HAVE_GNOME:Mgnomelibs}!="" -USE_GNOME+= gnomelibs -PKGNAMESUFFIX= -gnome -CONFIGURE_ARGS+= --with-gnome -.endif +post-extract: + @${LN} -sf xhippo.config ${WRKSRC}/xhippo.config.default + +post-patch: + @${REINPLACE_CMD} -e \ + '/^sysconf_DATA/s|=.*|= xhippo.config.default|' \ + ${WRKSRC}/Makefile.in post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for i in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${DOCSDIR} -.endfor -.endif - ${INSTALL_DATA} ${WRKSRC}/xhippo.config ${PREFIX}/etc/xhippo.config.default .if !exists(${PREFIX}/etc/xhippo.config) - ${CP} ${PREFIX}/etc/xhippo.config.default ${PREFIX}/etc/xhippo.config + (cd ${PREFIX}/etc && ${CP} xhippo.config.default xhippo.config) .endif @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff -urN /usr/ports/audio/xhippo/distinfo audio/xhippo/distinfo --- /usr/ports/audio/xhippo/distinfo 2012-11-08 05:38:42.000000000 +0900 +++ audio/xhippo/distinfo 2012-12-03 23:07:46.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (xhippo-3.3.tar.gz) = 8e21f81e1e2387b36c9d1f3318d3b57d89e43a79840d2f9c13c9925f9c65e761 -SIZE (xhippo-3.3.tar.gz) = 417111 +SHA256 (xhippo-3.5.tar.gz) = 05dd24b55ff9fe45191a571493e83740269ee4bd48b58fbd85b1b5dc98f16c6e +SIZE (xhippo-3.5.tar.gz) = 304142 diff -urN /usr/ports/audio/xhippo/pkg-plist audio/xhippo/pkg-plist --- /usr/ports/audio/xhippo/pkg-plist 2012-11-08 05:38:42.000000000 +0900 +++ audio/xhippo/pkg-plist 2012-12-03 23:26:35.000000000 +0900 @@ -2,13 +2,4 @@ @unexec if cmp -s %D/etc/xhippo.config %D/etc/xhippo.config.default; then rm -f %D/etc/xhippo.config; fi etc/xhippo.config.default @exec test -f %B/xhippo.config || cp %B/%f %B/xhippo.config -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/gnu-xhippo.html -%%PORTDOCS%%%%DOCSDIR%%/screenshot.jpeg -%%PORTDOCS%%%%DOCSDIR%%/xhippo.html.gz -%%PORTDOCS%%%%DOCSDIR%%/xhippo.info.gz -%%PORTDOCS%%%%DOCSDIR%%/xhippo.ps.gz -%%PORTDOCS%%%%DOCSDIR%%/xhippo.sgml -%%PORTDOCS%%%%DOCSDIR%%/xhippo.txt.gz -%%PORTDOCS%%@dirrm %%DOCSDIR%% share/locale/de/LC_MESSAGES/xhippo.mo >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121206023057.b8e28c1a8b91b20356f34ccf>