svn commit: r418016 - head/audio/autozen

Mathieu Arnold mat at FreeBSD.org
Mon Jul 4 13:23:54 UTC 2016


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 at 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:


More information about the svn-ports-head mailing list