From owner-svn-ports-head@freebsd.org Sun Feb 2 10:58:08 2020 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 0E06C2287F9; Sun, 2 Feb 2020 10:58:08 +0000 (UTC) (envelope-from sunpoet@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 489Sbz6VcBz3Mq6; Sun, 2 Feb 2020 10:58:07 +0000 (UTC) (envelope-from sunpoet@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 C1D27EC54; Sun, 2 Feb 2020 10:58:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 012Aw7bN074653; Sun, 2 Feb 2020 10:58:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 012Aw7Oa074650; Sun, 2 Feb 2020 10:58:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202002021058.012Aw7Oa074650@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 2 Feb 2020 10:58:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r524857 - head/www/yourls X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/yourls X-SVN-Commit-Revision: 524857 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: Sun, 02 Feb 2020 10:58:08 -0000 Author: sunpoet Date: Sun Feb 2 10:58:06 2020 New Revision: 524857 URL: https://svnweb.freebsd.org/changeset/ports/524857 Log: Update to 1.7.5 Changes: https://github.com/YOURLS/YOURLS/releases Modified: head/www/yourls/Makefile head/www/yourls/distinfo head/www/yourls/pkg-plist Modified: head/www/yourls/Makefile ============================================================================== --- head/www/yourls/Makefile Sun Feb 2 10:58:01 2020 (r524856) +++ head/www/yourls/Makefile Sun Feb 2 10:58:06 2020 (r524857) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yourls -PORTVERSION= 1.7.4 +PORTVERSION= 1.7.5 CATEGORIES= www MAINTAINER= sunpoet@FreeBSD.org @@ -33,7 +33,7 @@ MS_PLIST= ${WRKDIR}/.ms-pkg-plist genplist: do-clean extract @${ECHO} "@owner www" > ${MS_PLIST} @${ECHO} "@group www" >> ${MS_PLIST} - @cd ${WRKSRC}/ && ${FIND} -s * -type f | ${SED} 's|^|%%WWWDIR%%/|' >> ${MS_PLIST} + @cd ${WRKSRC}/ && ${FIND} -s . -type f | ${SED} 's|^\.|%%WWWDIR%%|' >> ${MS_PLIST} @${ECHO} "@owner" >> ${MS_PLIST} @${ECHO} "@group" >> ${MS_PLIST} @${INSTALL} -m 600 ${MS_PLIST} ${PLIST} Modified: head/www/yourls/distinfo ============================================================================== --- head/www/yourls/distinfo Sun Feb 2 10:58:01 2020 (r524856) +++ head/www/yourls/distinfo Sun Feb 2 10:58:06 2020 (r524857) @@ -1,3 +1,3 @@ -TIMESTAMP = 1569511368 -SHA256 (YOURLS-YOURLS-1.7.4_GH0.tar.gz) = ffdf0f94b66cdbeaaa62bed3fde14d4eeb2bb1669c3c342eef369ce6165a0276 -SIZE (YOURLS-YOURLS-1.7.4_GH0.tar.gz) = 2512372 +TIMESTAMP = 1580562261 +SHA256 (YOURLS-YOURLS-1.7.5_GH0.tar.gz) = e8251bc99def425f647577b066d3489725a3cefde7a72f83ceab0b68e9910e9c +SIZE (YOURLS-YOURLS-1.7.5_GH0.tar.gz) = 2518444 Modified: head/www/yourls/pkg-plist ============================================================================== --- head/www/yourls/pkg-plist Sun Feb 2 10:58:01 2020 (r524856) +++ head/www/yourls/pkg-plist Sun Feb 2 10:58:06 2020 (r524857) @@ -36,6 +36,7 @@ %%WWWDIR%%/images/share.png %%WWWDIR%%/images/twitter.png %%WWWDIR%%/images/yourls-logo.png +%%WWWDIR%%/images/yourls-logo.svg %%WWWDIR%%/includes/Admin/Logger.php %%WWWDIR%%/includes/Config/Config.php %%WWWDIR%%/includes/Config/Init.php @@ -543,6 +544,8 @@ %%WWWDIR%%/user/plugins/random-bg/img/bg_life.png %%WWWDIR%%/user/plugins/random-bg/img/bg_yourls.png %%WWWDIR%%/user/plugins/random-bg/plugin.php +%%WWWDIR%%/user/plugins/random-shorturls/README.md +%%WWWDIR%%/user/plugins/random-shorturls/plugin.php %%WWWDIR%%/user/plugins/sample-page/README.md %%WWWDIR%%/user/plugins/sample-page/plugin.php %%WWWDIR%%/user/plugins/sample-plugin/README.md