Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Feb 2020 10:58:07 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r524857 - head/www/yourls
Message-ID:  <202002021058.012Aw7Oa074650@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002021058.012Aw7Oa074650>