diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-12-01 20:52:09 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-12-01 20:52:09 +0000 |
commit | 49bda2d1bda338110eeb843d2dc71e98732ee630 (patch) | |
tree | 042fd49bd243596eee89f963b56786d78f61fc41 /graphics/maim/Makefile | |
parent | 52585fa6615525529f1aee98120ad7fee7ad34e4 (diff) | |
download | ports-49bda2d1bda338110eeb843d2dc71e98732ee630.tar.gz ports-49bda2d1bda338110eeb843d2dc71e98732ee630.zip |
- Update to 3.3.39
PR: 195529
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=373721
Diffstat (limited to 'graphics/maim/Makefile')
-rw-r--r-- | graphics/maim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/maim/Makefile b/graphics/maim/Makefile index ac1b7249127b..68a7124eaa5a 100644 --- a/graphics/maim/Makefile +++ b/graphics/maim/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= maim -PORTVERSION= 2.3.37 +PORTVERSION= 3.3.39 CATEGORIES= graphics MAINTAINER= neel@neelc.org @@ -13,7 +13,7 @@ USE_GITHUB= yes GH_ACCOUNT= naelstrof GH_PROJECT= maim GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= 8706bc4 +GH_COMMIT= 17c3b27 USES= cmake USE_EFL= imlib2 |