Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Oct 2016 10:29:33 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424821 - head/audio/libsidplay
Message-ID:  <201610281029.u9SATXk9077494@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Fri Oct 28 10:29:33 2016
New Revision: 424821
URL: https://svnweb.freebsd.org/changeset/ports/424821

Log:
  - Add LICENSE
  - USES tar:tgz
  - Take maintainership as it is required as a dependecny
    of one of my ports

Modified:
  head/audio/libsidplay/Makefile

Modified: head/audio/libsidplay/Makefile
==============================================================================
--- head/audio/libsidplay/Makefile	Fri Oct 28 10:10:47 2016	(r424820)
+++ head/audio/libsidplay/Makefile	Fri Oct 28 10:29:33 2016	(r424821)
@@ -5,16 +5,19 @@ PORTNAME=	libsidplay
 PORTVERSION=	1.36.59
 PORTREVISION=	1
 CATEGORIES=	audio emulators
-MASTER_SITES=	http://bsd-geek.de/FreeBSD/distfiles/
-EXTRACT_SUFX=	.tgz
+MASTER_SITES=	http://bsd-geek.de/FreeBSD/distfiles/ \
+		LOCAL/ehaupt
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Commodore SID-chip emulator library to play SID music files
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	sid_cv_have_ios_binary=yes
 INSTALL_TARGET=	install-strip
-USES=		libtool
+USES=		libtool tar:tgz
 USE_LDCONFIG=	yes
 
 .include <bsd.port.pre.mk>



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