From owner-svn-ports-all@freebsd.org Mon Jun 4 15:31:54 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 0D4C5FEDBF1; Mon, 4 Jun 2018 15:31:54 +0000 (UTC) (envelope-from danfe@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 AE2AE6D837; Mon, 4 Jun 2018 15:31:53 +0000 (UTC) (envelope-from danfe@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 7510A7575; Mon, 4 Jun 2018 15:31:53 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54FVrJD080424; Mon, 4 Jun 2018 15:31:53 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54FVqC4080421; Mon, 4 Jun 2018 15:31:52 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201806041531.w54FVqC4080421@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Mon, 4 Jun 2018 15:31:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471558 - head/sysutils/unetbootin X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/sysutils/unetbootin X-SVN-Commit-Revision: 471558 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.26 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: Mon, 04 Jun 2018 15:31:54 -0000 Author: danfe Date: Mon Jun 4 15:31:52 2018 New Revision: 471558 URL: https://svnweb.freebsd.org/changeset/ports/471558 Log: - Update `sysutils/unetbootin' to version 661, which had added support for Ubuntu 18.04 and some minor bugfixes - The project had moved to GitHub from SF, but do not switch to USE_GITHUB just yet (distfile size would be 16257579 bytes in this case, apparently because upstream does not know how to prepare GitHub releases properly) - Amend the regex when patching `main.cpp' for better ${PREFIX} support: previously it was not covering `/usr/bin/unetbootin' Found out via: repology.org Modified: head/sysutils/unetbootin/Makefile head/sysutils/unetbootin/distinfo head/sysutils/unetbootin/pkg-descr Modified: head/sysutils/unetbootin/Makefile ============================================================================== --- head/sysutils/unetbootin/Makefile Mon Jun 4 15:22:12 2018 (r471557) +++ head/sysutils/unetbootin/Makefile Mon Jun 4 15:31:52 2018 (r471558) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= unetbootin -PORTVERSION= 657 +PORTVERSION= 661 CATEGORIES= sysutils -MASTER_SITES= SF/${PORTNAME}/UNetbootin/${PORTVERSION} +MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/ DISTNAME= ${PORTNAME}-source-${PORTVERSION} MAINTAINER= danfe@FreeBSD.org @@ -23,7 +23,7 @@ QMAKE_ARGS= DEFINES+=LOCALBASE=\\\\\\\"${LOCALBASE}\\\ NO_WRKSUBDIR= yes post-patch: - @${REINPLACE_CMD} -e 's,/usr/share,${PREFIX}/share,g' \ + @${REINPLACE_CMD} -e 's,/usr/,${PREFIX}/,g' \ ${WRKSRC}/main.cpp do-configure: Modified: head/sysutils/unetbootin/distinfo ============================================================================== --- head/sysutils/unetbootin/distinfo Mon Jun 4 15:22:12 2018 (r471557) +++ head/sysutils/unetbootin/distinfo Mon Jun 4 15:31:52 2018 (r471558) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508836950 -SHA256 (unetbootin-source-657.tar.gz) = eacf0d8e7d712a34ae41f01c9a4c03cf01dd9a36284cd67475670c0ab5787690 -SIZE (unetbootin-source-657.tar.gz) = 749244 +TIMESTAMP = 1524913051 +SHA256 (unetbootin-source-661.tar.gz) = 0f909a1a473617e3b8d40d14741b6de58697c48b4c4c782d3d427a82a3b9cd10 +SIZE (unetbootin-source-661.tar.gz) = 768431 Modified: head/sysutils/unetbootin/pkg-descr ============================================================================== --- head/sysutils/unetbootin/pkg-descr Mon Jun 4 15:22:12 2018 (r471557) +++ head/sysutils/unetbootin/pkg-descr Mon Jun 4 15:31:52 2018 (r471558) @@ -3,4 +3,4 @@ and other Linux distributions without burning a CD. T supplied ISO image cannot be directly written to USB drive or SD card to get a bootable media. -WWW: http://unetbootin.sourceforge.net/ +WWW: http://unetbootin.github.io/