diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2018-12-02 17:01:45 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2018-12-02 17:01:45 +0000 |
commit | ede005c86c5ad09e3cde509a47e25368eb9dd18e (patch) | |
tree | 159f0fa55ae3a4ae76b62e1b62873caca50c32f7 /deskutils/flameshot/Makefile | |
parent | 87301620f1ade71a8f21e46370e2d2432c20d308 (diff) | |
download | ports-ede005c86c5ad09e3cde509a47e25368eb9dd18e.tar.gz ports-ede005c86c5ad09e3cde509a47e25368eb9dd18e.zip |
- Update to 0.6.0
- Remove patches merged upstream
- Pet portlint
PR: 229441
Submitted by: danilo
Notes
Notes:
svn path=/head/; revision=486471
Diffstat (limited to 'deskutils/flameshot/Makefile')
-rw-r--r-- | deskutils/flameshot/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/deskutils/flameshot/Makefile b/deskutils/flameshot/Makefile index 3da8a6f5a7af..86f84bd8719b 100644 --- a/deskutils/flameshot/Makefile +++ b/deskutils/flameshot/Makefile @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= flameshot -PORTVERSION= 0.5.0 +PORTVERSION= 0.6.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= deskutils MAINTAINER= nivit@FreeBSD.org @@ -13,18 +12,15 @@ COMMENT= Powerful yet simple to use screenshot software LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +USES= compiler:c++11-lang gl qmake qt:5 + GH_ACCOUNT= lupoDharkael INSTALL_ICONS= yes -USES= compiler:c++11-lang qmake qt:5 USE_GITHUB= yes USE_GL= gl -USE_QT= core dbus gui linguist network widgets \ +USE_QT= core dbus gui linguist network svg widgets \ buildtools_build -post-patch: - @${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},1' \ - ${WRKSRC}/${PORTNAME}.pro - .include <bsd.port.mk> |