svn commit: r382559 - head/audio/freedesktop-sound-theme

Koop Mast kwm at FreeBSD.org
Sat Mar 28 22:00:41 UTC 2015


Author: kwm
Date: Sat Mar 28 22:00:39 2015
New Revision: 382559
URL: https://svnweb.freebsd.org/changeset/ports/382559
QAT: https://qat.redports.org/buildarchive/r382559/

Log:
  After 3 years of stalling, delaying or plainly don't noticing, finaly update
    freedesktop-sound-theme to 0.8.
  
  Switch to gettext-tools as we don't need it at run time while I'm here.

Modified:
  head/audio/freedesktop-sound-theme/Makefile
  head/audio/freedesktop-sound-theme/distinfo

Modified: head/audio/freedesktop-sound-theme/Makefile
==============================================================================
--- head/audio/freedesktop-sound-theme/Makefile	Sat Mar 28 21:39:49 2015	(r382558)
+++ head/audio/freedesktop-sound-theme/Makefile	Sat Mar 28 22:00:39 2015	(r382559)
@@ -1,20 +1,16 @@
 # Created by: Joe Marcus Clarke <marcus at FreeBSD.org>
 # $FreeBSD$
-#   $MCom: ports/audio/freedesktop-sound-theme/Makefile,v 1.6 2009/11/27 22:09:57 marcus Exp $
 
 PORTNAME=	freedesktop-sound-theme
-PORTVERSION=	0.7
-PORTREVISION=	2
+PORTVERSION=	0.8
 CATEGORIES=	audio gnome
-MASTER_SITES=	LOCAL
-MASTER_SITE_SUBDIR=	kwm
+MASTER_SITES=	http://people.freedesktop.org/~mccann/dist/
 DISTNAME=	sound-theme-freedesktop-${PORTVERSION}
 
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	Sound theme based on the FreeDesktop specification
 
-USE_GNOME=	intlhack
-USES=		gettext gmake tar:bzip2
+USES=		gettext-tools gmake tar:bzip2
 GNU_CONFIGURE=	yes
 
 .include <bsd.port.mk>

Modified: head/audio/freedesktop-sound-theme/distinfo
==============================================================================
--- head/audio/freedesktop-sound-theme/distinfo	Sat Mar 28 21:39:49 2015	(r382558)
+++ head/audio/freedesktop-sound-theme/distinfo	Sat Mar 28 22:00:39 2015	(r382559)
@@ -1,2 +1,2 @@
-SHA256 (sound-theme-freedesktop-0.7.tar.bz2) = 5a0d064fa4a6880438e46739ce8a8eebb9b8a0a7da723fc37585bbc18a076404
-SIZE (sound-theme-freedesktop-0.7.tar.bz2) = 505168
+SHA256 (sound-theme-freedesktop-0.8.tar.bz2) = cb518b20eef05ec2e82dda1fa89a292c1760dc023aba91b8aa69bafac85e8a14
+SIZE (sound-theme-freedesktop-0.8.tar.bz2) = 478237


More information about the svn-ports-head mailing list