From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 14 18:50:15 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42100106564A for ; Fri, 14 Oct 2011 18:50:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1F0E08FC12 for ; Fri, 14 Oct 2011 18:50:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9EIoENe051221 for ; Fri, 14 Oct 2011 18:50:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9EIoEoU051214; Fri, 14 Oct 2011 18:50:14 GMT (envelope-from gnats) Resent-Date: Fri, 14 Oct 2011 18:50:14 GMT Resent-Message-Id: <201110141850.p9EIoEoU051214@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4DFED1065672 for ; Fri, 14 Oct 2011 18:44:06 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa103lp.auone-net.jp (msa103lp.auone-net.jp [222.3.140.166]) by mx1.freebsd.org (Postfix) with ESMTP id 1BAA88FC22 for ; Fri, 14 Oct 2011 18:44:05 +0000 (UTC) Received: from msa103lp.auone-net.jp (MSA103lp [172.27.12.181]) by msa103lp.auone-net.jp (au one net msa) with ESMTP id 3C8117D413A for ; Sat, 15 Oct 2011 03:30:47 +0900 (JST) Received: from localhost.localdomain (ZT046175.ppp.dion.ne.jp [59.128.46.175]) by msa103lp.auone-net.jp (au one net msa) with ESMTP id 3383247C036 for ; Sat, 15 Oct 2011 03:30:44 +0900 (JST) Message-Id: <20111015025626.49272e58.tkato432@yahoo.com> Date: Sat, 15 Oct 2011 02:56:26 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/161611: Update port: audio/liblscp X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2011 18:50:15 -0000 >Number: 161611 >Category: ports >Synopsis: Update port: audio/liblscp >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 14 18:50:14 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p3 i386 >Organization: >Environment: >Description: - Update MASTER_SITES and WWW: line - Add LICENSE - Add MAKE_JOBS_SAFE >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/liblscp/Makefile audio/liblscp/Makefile --- /usr/ports/audio/liblscp/Makefile 2010-10-26 19:25:14.000000000 +0900 +++ audio/liblscp/Makefile 2011-09-29 04:43:30.000000000 +0900 @@ -8,14 +8,19 @@ PORTNAME= liblscp PORTVERSION= 0.5.6 CATEGORIES= audio -MASTER_SITES= http://download.linuxsampler.org/packages/ +MASTER_SITES= SF/qsampler/${PORTNAME}/${PORTVERSION} \ + http://download.linuxsampler.org/packages/ MAINTAINER= ports@FreeBSD.org COMMENT= Wrapper around the LSCP network protocol -GNU_CONFIGURE= yes -USE_GMAKE= yes +LICENSE= LGPL21 # (or later) +LICENSE_FILE= ${WRKSRC}/COPYING + USE_GNOME= gnomehack +USE_GMAKE= yes +GNU_CONFIGURE= yes USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes .include diff -urN /usr/ports/audio/liblscp/pkg-plist audio/liblscp/pkg-plist --- /usr/ports/audio/liblscp/pkg-plist 2009-08-23 05:34:43.000000000 +0900 +++ audio/liblscp/pkg-plist 2011-09-29 04:53:48.000000000 +0900 @@ -1,12 +1,12 @@ -include/lscp/version.h -include/lscp/thread.h -include/lscp/socket.h include/lscp/client.h include/lscp/device.h include/lscp/event.h -@dirrm include/lscp -lib/liblscp.so.6 -lib/liblscp.so -lib/liblscp.la +include/lscp/socket.h +include/lscp/thread.h +include/lscp/version.h lib/liblscp.a +lib/liblscp.la +lib/liblscp.so +lib/liblscp.so.6 libdata/pkgconfig/lscp.pc +@dirrm include/lscp >Release-Note: >Audit-Trail: >Unformatted: