svn commit: r408560 - head/audio/sweep

Jason Unovitch junovitch at FreeBSD.org
Tue Feb 9 11:31:44 UTC 2016


Author: junovitch
Date: Tue Feb  9 11:31:43 2016
New Revision: 408560
URL: https://svnweb.freebsd.org/changeset/ports/408560

Log:
  audio/sweep: pass maintainer from ports@ to submitter; add license
  
  PR:		206692
  Submitted by:	Chris Hutchinson <portmaster at bsdforge.com>

Modified:
  head/audio/sweep/Makefile

Modified: head/audio/sweep/Makefile
==============================================================================
--- head/audio/sweep/Makefile	Tue Feb  9 11:27:43 2016	(r408559)
+++ head/audio/sweep/Makefile	Tue Feb  9 11:31:43 2016	(r408560)
@@ -8,9 +8,11 @@ PORTEPOCH=	1
 CATEGORIES=	audio gnome
 MASTER_SITES=	SF
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	portmaster at BSDforge.com
 COMMENT=	Sound editor for the GNOME/GTK+2 desktop
 
+LICENSE=	GPLv2
+
 LIB_DEPENDS=	libmad.so:${PORTSDIR}/audio/libmad \
 		libsamplerate.so:${PORTSDIR}/audio/libsamplerate \
 		libsndfile.so:${PORTSDIR}/audio/libsndfile \


More information about the svn-ports-all mailing list