From owner-svn-ports-head@freebsd.org Thu Feb 22 09:43:07 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 822C9F198DA; Thu, 22 Feb 2018 09:43:07 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3854F77FFD; Thu, 22 Feb 2018 09:43:07 +0000 (UTC) (envelope-from jhale@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 333F525F7B; Thu, 22 Feb 2018 09:43:07 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1M9h60f089112; Thu, 22 Feb 2018 09:43:06 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1M9h6PM089111; Thu, 22 Feb 2018 09:43:06 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201802220943.w1M9h6PM089111@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Thu, 22 Feb 2018 09:43:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462575 - head/sysutils/libcdio-paranoia X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: head/sysutils/libcdio-paranoia X-SVN-Commit-Revision: 462575 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Feb 2018 09:43:07 -0000 Author: jhale Date: Thu Feb 22 09:43:06 2018 New Revision: 462575 URL: https://svnweb.freebsd.org/changeset/ports/462575 Log: Take maintainership Fix LICENSE Organize Makefile a little better Whitespace fixes Modified: head/sysutils/libcdio-paranoia/Makefile Modified: head/sysutils/libcdio-paranoia/Makefile ============================================================================== --- head/sysutils/libcdio-paranoia/Makefile Thu Feb 22 09:02:58 2018 (r462574) +++ head/sysutils/libcdio-paranoia/Makefile Thu Feb 22 09:43:06 2018 (r462575) @@ -5,20 +5,20 @@ PORTVERSION= 10.2+0.94+1 CATEGORIES= sysutils MASTER_SITES= GNU/libcdio -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jhale@FreeBSD.org COMMENT= Read audio from the CDROM directly as data -LICENSE= GPLv3 +LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcdio.so:sysutils/libcdio -USES= pathfix tar:bzip2 gmake pkgconfig libtool perl5 +USES= gmake libtool localbase pathfix perl5 pkgconfig tar:bzip2 +USE_LDCONFIG= yes + GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-versioned-libs -USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include -INSTALL_TARGET=install-strip +INSTALL_TARGET= install-strip post-patch: ${REINPLACE_CMD} -e 's|/jp/man1|/ja/man1|' \