diff options
author | danilo <danilo@FreeBSD.org> | 2014-11-23 07:02:29 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2014-11-23 07:02:29 +0800 |
commit | 059bccc9f0368d389c3b65e5679fb1ec4f4f4a6b (patch) | |
tree | e8449bf187ab9ca95aacfa6ac07e5d2392059e26 /graphics/maim | |
parent | 34bc290fb3435273e3202e5d68e6f9a9e8761922 (diff) | |
download | freebsd-ports-gnome-059bccc9f0368d389c3b65e5679fb1ec4f4f4a6b.tar.gz freebsd-ports-gnome-059bccc9f0368d389c3b65e5679fb1ec4f4f4a6b.tar.zst freebsd-ports-gnome-059bccc9f0368d389c3b65e5679fb1ec4f4f4a6b.zip |
- Update to 2.3.37
- Remove USE_GCC
PR: 195259
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
Diffstat (limited to 'graphics/maim')
-rw-r--r-- | graphics/maim/Makefile | 7 | ||||
-rw-r--r-- | graphics/maim/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/graphics/maim/Makefile b/graphics/maim/Makefile index f1a67e53e8b4..ac1b7249127b 100644 --- a/graphics/maim/Makefile +++ b/graphics/maim/Makefile @@ -1,11 +1,11 @@ # $FreeBSD$ PORTNAME= maim -PORTVERSION= 2.3.31 +PORTVERSION= 2.3.37 CATEGORIES= graphics MAINTAINER= neel@neelc.org -COMMENT= Screenshot utility with performance improvements over scrot +COMMENT= Screenshot utility with performance improvements over scrot LICENSE= GPLv3 @@ -13,10 +13,9 @@ USE_GITHUB= yes GH_ACCOUNT= naelstrof GH_PROJECT= maim GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= 6888fa9 +GH_COMMIT= 8706bc4 USES= cmake -USE_GCC= yes USE_EFL= imlib2 USE_XORG= x11 xrandr xfixes PLIST_FILES= bin/${PORTNAME} diff --git a/graphics/maim/distinfo b/graphics/maim/distinfo index a27cd38ba0b9..12a2951b8f50 100644 --- a/graphics/maim/distinfo +++ b/graphics/maim/distinfo @@ -1,2 +1,2 @@ -SHA256 (maim-2.3.31.tar.gz) = cbfbf131ffb3e80cc72eec054d471320f2cd173e72344cbbdbf8839c83f968fe -SIZE (maim-2.3.31.tar.gz) = 35868 +SHA256 (maim-2.3.37.tar.gz) = 99204d854179d33a271d6d2bc6984a721662d8c5cbd1c134de72ab08c1fbe32f +SIZE (maim-2.3.37.tar.gz) = 37433 |