From owner-svn-ports-head@freebsd.org Thu Aug 15 20:06:13 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0EE26B51B0; Thu, 15 Aug 2019 20:06:13 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 468csJ6bkPz4Mxj; Thu, 15 Aug 2019 20:06:12 +0000 (UTC) (envelope-from rene@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 BFAE11DD32; Thu, 15 Aug 2019 20:06:12 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7FK6CIB040573; Thu, 15 Aug 2019 20:06:12 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7FK6C31040572; Thu, 15 Aug 2019 20:06:12 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201908152006.x7FK6C31040572@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Thu, 15 Aug 2019 20:06:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509048 - head/www/subsonic-standalone X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: head/www/subsonic-standalone X-SVN-Commit-Revision: 509048 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.29 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, 15 Aug 2019 20:06:13 -0000 Author: rene Date: Thu Aug 15 20:06:12 2019 New Revision: 509048 URL: https://svnweb.freebsd.org/changeset/ports/509048 Log: www/subsonic-standalone: convert pkg-message to UCL While here fix FATAL portlint error. Deleted: head/www/subsonic-standalone/pkg-message-spacer Modified: head/www/subsonic-standalone/Makefile Modified: head/www/subsonic-standalone/Makefile ============================================================================== --- head/www/subsonic-standalone/Makefile Thu Aug 15 19:59:11 2019 (r509047) +++ head/www/subsonic-standalone/Makefile Thu Aug 15 20:06:12 2019 (r509048) @@ -1,6 +1,6 @@ # Created by: Jeremie Le Hen -# Based on www/subsonic from Nicole Reid # $FreeBSD$ +# Based on www/subsonic from Nicole Reid PORTNAME= subsonic-standalone PORTVERSION= 6.0 @@ -66,9 +66,12 @@ SUB_LIST= SUBSONIC_HOME="${SUBSONIC_HOME}" \ CONFLICTS_INSTALL= subsonic-jetty subsonic-resin3 subsonic-tomcat[678] do-install: - @${CAT} ${PKGDIR}/pkg-message-spacer >> ${PKGMESSAGE} + @${ECHO_CMD} "[" >> ${PKGMESSAGE} + @${ECHO_CMD} "{ type: install, message: <> ${PKGMESSAGE} @${CAT} ${WRKDIR}/message-transcoding >> ${PKGMESSAGE} - @${CAT} ${PKGDIR}/pkg-message-spacer >> ${PKGMESSAGE} + @${ECHO_CMD} "EOM" >> ${PKGMESSAGE} + @${ECHO_CMD} "}" >> ${PKGMESSAGE} + @${ECHO_CMD} "]" >> ${PKGMESSAGE} ${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/README.TXT ${STAGEDIR}${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/subsonic.war ${STAGEDIR}${DATADIR}/