Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jul 2016 13:23:53 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r418016 - head/audio/autozen
Message-ID:  <201607041323.u64DNruj004150@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Jul  4 13:23:53 2016
New Revision: 418016
URL: https://svnweb.freebsd.org/changeset/ports/418016

Log:
  Update MASTER_SITES, minor cleanup.
  
  PR:		210788
  Submitted by:	tkato432 yahoo com
  Sponsored by:	Absolight

Modified:
  head/audio/autozen/Makefile   (contents, props changed)

Modified: head/audio/autozen/Makefile
==============================================================================
--- head/audio/autozen/Makefile	Mon Jul  4 13:23:49 2016	(r418015)
+++ head/audio/autozen/Makefile	Mon Jul  4 13:23:53 2016	(r418016)
@@ -5,16 +5,14 @@ PORTNAME=	autozen
 PORTVERSION=	2.1
 PORTREVISION=	7
 CATEGORIES=	audio
-MASTER_SITES=	http://www.sourcefiles.org/Miscellaneous/
+MASTER_SITES=	http://www.linuxlabs.com/download/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Adjust brain waves with sound
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN=		unfetchable
-DEPRECATED=	Broken for more than 6 months
-EXPIRATION_DATE=	2016-07-04
 
 OPTIONS_DEFINE=	DOCS
 
@@ -45,7 +43,7 @@ post-patch:
 		 s|share/AutoZen|${DATADIR_REL}| ; \
 		 s|gtk-config|$${GTK_CONFIG}|g ; \
 		 s|$$(CC) seq2wav|$$(CC) $$(CFLAGS) seq2wav| ; \
-		 s|-pthread|-lm -pthread|g' \
+		 s|-pthread|-lm|' \
 		${WRKSRC}/Makefile
 
 do-install:



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