From owner-svn-ports-all@freebsd.org Fri Oct 28 10:29:34 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8F6FC23C8A; Fri, 28 Oct 2016 10:29:34 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A9CAC8B; Fri, 28 Oct 2016 10:29:34 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9SATXWA077495; Fri, 28 Oct 2016 10:29:33 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9SATXk9077494; Fri, 28 Oct 2016 10:29:33 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201610281029.u9SATXk9077494@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Fri, 28 Oct 2016 10:29:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424821 - head/audio/libsidplay X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2016 10:29:34 -0000 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