Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jan 2021 08:30:42 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r562281 - head/audio/fossmixer
Message-ID:  <202101220830.10M8Ugq9075276@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhale
Date: Fri Jan 22 08:30:41 2021
New Revision: 562281
URL: https://svnweb.freebsd.org/changeset/ports/562281

Log:
  audio/fossmixer: Update to 0.0.3
  
  Update maintainer email address.
  
  *While here*
  Use SF macro in MASTER_SITES
  Use USES=tar:xz instead of EXTRACT_SUFX
  Remove redundant redefinition of WRKSRC
  
  PR:		242088
  Submitted by:	Jani Salonen <salojan@goto10.co> (maintainer)

Modified:
  head/audio/fossmixer/Makefile
  head/audio/fossmixer/distinfo

Modified: head/audio/fossmixer/Makefile
==============================================================================
--- head/audio/fossmixer/Makefile	Fri Jan 22 08:24:57 2021	(r562280)
+++ head/audio/fossmixer/Makefile	Fri Jan 22 08:30:41 2021	(r562281)
@@ -1,14 +1,12 @@
 # $FreeBSD$
 
 PORTNAME=	fossmixer
-PORTVERSION=	0.0.2
-PORTREVISION=	1
+PORTVERSION=	0.0.3
 CATEGORIES=	audio
-MASTER_SITES=	https://downloads.sourceforge.net/project/detroit/
-DISTNAME=	detroit-0.2.1
-EXTRACT_SUFX=	.tar.xz
+MASTER_SITES=	SF/detroit
+DISTNAME=	detroit-0.2.2
 
-MAINTAINER=	jani@lasipalatsi.fi
+MAINTAINER=	salojan@goto10.co
 COMMENT=	Graphical mixer application for OSS
 
 LICENSE=	BSD3CLAUSE
@@ -22,12 +20,10 @@ LIB_DEPENDS=	libao.so:audio/libao \
 		libltdl.so:devel/libltdl \
 		libfreetype.so:print/freetype2
 
-USES=		gettext-runtime gl perl5 xorg
+USES=		gettext-runtime gl perl5 pkgconfig tar:xz xorg
 USE_GL=		gl
 USE_PERL5=	patch build
 USE_XORG=	x11 xext xrandr
-
-WRKSRC=		${WRKDIR}/${DISTNAME}
 
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-bob \

Modified: head/audio/fossmixer/distinfo
==============================================================================
--- head/audio/fossmixer/distinfo	Fri Jan 22 08:24:57 2021	(r562280)
+++ head/audio/fossmixer/distinfo	Fri Jan 22 08:30:41 2021	(r562281)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1566072730
-SHA256 (detroit-0.2.1.tar.xz) = 8916027b43806e1bce84e9823b5343f1091dd52f7fd80eb8ff299afc2ab72d8c
-SIZE (detroit-0.2.1.tar.xz) = 22269292
+TIMESTAMP = 1573152492
+SHA256 (detroit-0.2.2.tar.xz) = c39850f0a90ef605aa6a818503ff6cf22a5acdd52a1e68a19a6eb7c6d04f4787
+SIZE (detroit-0.2.2.tar.xz) = 22256672



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101220830.10M8Ugq9075276>