From owner-svn-ports-all@freebsd.org Tue Sep 18 19:54:24 2018 Return-Path: Delivered-To: svn-ports-all@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 5281210A752F; Tue, 18 Sep 2018 19:54:24 +0000 (UTC) (envelope-from swills@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 0932980AC6; Tue, 18 Sep 2018 19:54:24 +0000 (UTC) (envelope-from swills@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 040CB24929; Tue, 18 Sep 2018 19:54:24 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8IJsN6r029057; Tue, 18 Sep 2018 19:54:23 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8IJsNjQ029054; Tue, 18 Sep 2018 19:54:23 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201809181954.w8IJsNjQ029054@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 18 Sep 2018 19:54:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480071 - head/devel/libburn X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/libburn X-SVN-Commit-Revision: 480071 X-SVN-Commit-Repository: ports 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.27 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: Tue, 18 Sep 2018 19:54:24 -0000 Author: swills Date: Tue Sep 18 19:54:23 2018 New Revision: 480071 URL: https://svnweb.freebsd.org/changeset/ports/480071 Log: devel/libburn: Update to 1.5.0 While here, pass maintainersip to submitter. PR: 231449 Submitted by: Nathan Modified: head/devel/libburn/Makefile (contents, props changed) head/devel/libburn/distinfo (contents, props changed) head/devel/libburn/pkg-plist (contents, props changed) Modified: head/devel/libburn/Makefile ============================================================================== --- head/devel/libburn/Makefile Tue Sep 18 19:53:46 2018 (r480070) +++ head/devel/libburn/Makefile Tue Sep 18 19:54:23 2018 (r480071) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= libburn -PORTVERSION= 1.4.8 +PORTVERSION= 1.5.0 CATEGORIES= devel MASTER_SITES= http://files.libburnia-project.org/releases/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ndowens@yahoo.com COMMENT= Libburnia library to read/write optical discs LICENSE= GPLv2 @@ -16,5 +16,14 @@ USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip + +PORTDOCS= *.txt + +OPTIONS_DEFINE= DOCS + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} \ + ${STAGEDIR}${DOCSDIR} .include Modified: head/devel/libburn/distinfo ============================================================================== --- head/devel/libburn/distinfo Tue Sep 18 19:53:46 2018 (r480070) +++ head/devel/libburn/distinfo Tue Sep 18 19:54:23 2018 (r480071) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505925063 -SHA256 (libburn-1.4.8.tar.gz) = 3e81a2e359376c38d96239a9c9967be715f706d150d89c337de0fc85ecb79da6 -SIZE (libburn-1.4.8.tar.gz) = 977757 +TIMESTAMP = 1537240833 +SHA256 (libburn-1.5.0.tar.gz) = 582b12c236c1365211946f2fe3c254976af37bbec244051f7742a98ded9be2bd +SIZE (libburn-1.5.0.tar.gz) = 979953 Modified: head/devel/libburn/pkg-plist ============================================================================== --- head/devel/libburn/pkg-plist Tue Sep 18 19:53:46 2018 (r480070) +++ head/devel/libburn/pkg-plist Tue Sep 18 19:54:23 2018 (r480071) @@ -3,6 +3,6 @@ include/libburn/libburn.h lib/libburn.a lib/libburn.so lib/libburn.so.4 -lib/libburn.so.4.101.0 +lib/libburn.so.4.103.0 libdata/pkgconfig/libburn-1.pc man/man1/cdrskin.1.gz