Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Sep 2023 12:00:33 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 49154c970d78 - main - graphics/phototonic: Add PORTSCOUT
Message-ID:  <202309181200.38IC0XQM056855@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=49154c970d7819a4ce482252d0f5f0a08ce309c7

commit 49154c970d7819a4ce482252d0f5f0a08ce309c7
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2023-09-18 11:38:39 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2023-09-18 11:59:37 +0000

    graphics/phototonic: Add PORTSCOUT
    
    While here:
    
    - Pet portlint
    - Update WWW url
---
 graphics/phototonic/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/graphics/phototonic/Makefile b/graphics/phototonic/Makefile
index 0f1304f4565e..1cf23afbda94 100644
--- a/graphics/phototonic/Makefile
+++ b/graphics/phototonic/Makefile
@@ -1,13 +1,13 @@
 PORTNAME=	phototonic
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.1-136
-PORTREVISION=	1
 DISTVERSIONSUFFIX=	-g12552ec
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	eduardo@FreeBSD.org
 COMMENT=	Image viewer and organizer
-WWW=		http://oferkv.github.io/phototonic/
+WWW=		https://github.com/oferkv/phototonic
 
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
@@ -20,6 +20,8 @@ GH_ACCOUNT=	oferkv
 USE_GL=		gl
 USE_QT=		core gui imageformats svg widgets buildtools:build
 
+PORTSCOUT=	skipv:list
+
 post-patch:
 	${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
 		${WRKSRC}/phototonic.pro



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