svn commit: r417162 - head/audio/libao

Christian Weisgerber naddy at FreeBSD.org
Mon Jun 20 15:28:14 UTC 2016


Author: naddy
Date: Mon Jun 20 15:28:13 2016
New Revision: 417162
URL: https://svnweb.freebsd.org/changeset/ports/417162

Log:
  Add license information.
  
  PR:		210126
  Submitted by:	takefu at airport.fm

Modified:
  head/audio/libao/Makefile

Modified: head/audio/libao/Makefile
==============================================================================
--- head/audio/libao/Makefile	Mon Jun 20 15:21:36 2016	(r417161)
+++ head/audio/libao/Makefile	Mon Jun 20 15:28:13 2016	(r417162)
@@ -3,13 +3,15 @@
 
 PORTNAME=	libao
 PORTVERSION=	1.2.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio
 MASTER_SITES=	http://downloads.xiph.org/releases/ao/
 
 MAINTAINER=	naddy at FreeBSD.org
 COMMENT=	Portable audio output library
 
+LICENSE=	GPLv2
+
 USES=		libtool pathfix pkgconfig
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes


More information about the svn-ports-head mailing list