svn commit: r310743 - head/audio/xhippo
Marcelo Araujo
araujo at FreeBSD.org
Mon Jan 21 03:36:54 UTC 2013
Author: araujo
Date: Mon Jan 21 03:36:53 2013
New Revision: 310743
URL: http://svnweb.freebsd.org/changeset/ports/310743
Log:
- Update to 3.5.
- Update MASTER_SITES.
- Trim header.
- Add LICENSE.
PR: ports/174172
Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
Modified:
head/audio/xhippo/Makefile (contents, props changed)
head/audio/xhippo/distinfo (contents, props changed)
head/audio/xhippo/pkg-plist (contents, props changed)
Modified: head/audio/xhippo/Makefile
==============================================================================
--- head/audio/xhippo/Makefile Mon Jan 21 03:35:52 2013 (r310742)
+++ head/audio/xhippo/Makefile Mon Jan 21 03:36:53 2013 (r310743)
@@ -1,51 +1,43 @@
-# New ports collection makefile for: xhippo
-# Date created: 16 March 1999
-# Whom: Rod Taylor <rod at zort.on.ca>
-#
+# Created by: Rod Taylor <rod at zort.on.ca>
# $FreeBSD$
-#
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 at 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>
Modified: head/audio/xhippo/distinfo
==============================================================================
--- head/audio/xhippo/distinfo Mon Jan 21 03:35:52 2013 (r310742)
+++ head/audio/xhippo/distinfo Mon Jan 21 03:36:53 2013 (r310743)
@@ -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
Modified: head/audio/xhippo/pkg-plist
==============================================================================
--- head/audio/xhippo/pkg-plist Mon Jan 21 03:35:52 2013 (r310742)
+++ head/audio/xhippo/pkg-plist Mon Jan 21 03:36:53 2013 (r310743)
@@ -2,13 +2,4 @@ bin/xhippo
@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
More information about the svn-ports-all
mailing list