Date: Mon, 13 May 2024 18:01:58 GMT From: Dan Langille <dvl@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a42762f8bd51 - main - www/privatebin: Correct pkg-plist Message-ID: <202405131801.44DI1w9x091686@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dvl: URL: https://cgit.FreeBSD.org/ports/commit/?id=a42762f8bd5102517f136f66c4dd40c3826e236f commit a42762f8bd5102517f136f66c4dd40c3826e236f Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2024-05-13 18:01:00 +0000 Commit: Dan Langille <dvl@FreeBSD.org> CommitDate: 2024-05-13 18:01:55 +0000 www/privatebin: Correct pkg-plist Invalid testing by myself missed this. --- www/privatebin/Makefile | 1 + www/privatebin/pkg-plist | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/www/privatebin/Makefile b/www/privatebin/Makefile index 0e328fe029e8..cd58be87d537 100644 --- a/www/privatebin/Makefile +++ b/www/privatebin/Makefile @@ -1,5 +1,6 @@ PORTNAME= privatebin PORTVERSION= 1.7.3 +PORTREVISION= 1 CATEGORIES= www security MAINTAINER= dvl@FreeBSD.org diff --git a/www/privatebin/pkg-plist b/www/privatebin/pkg-plist index c4e46c236cde..947dd4b8e719 100644 --- a/www/privatebin/pkg-plist +++ b/www/privatebin/pkg-plist @@ -110,7 +110,7 @@ %%WWWDIR%%/js/pastemeta.jsonld %%WWWDIR%%/js/prettify.js %%WWWDIR%%/js/privatebin.js -%%WWWDIR%%/js/purify-3.1.2.js +%%WWWDIR%%/js/purify-3.1.3.js %%WWWDIR%%/js/rawinflate-0.3.js %%WWWDIR%%/js/showdown-2.1.0.js %%WWWDIR%%/js/types.jsonld
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405131801.44DI1w9x091686>