diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-09-05 22:01:55 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-09-05 22:01:55 +0000 |
commit | 29632fcc450c6b730d53a9b657fb0734fb16fdc1 (patch) | |
tree | 51451c9e2b571a17e7ea71c39f7c259acfa20a57 /graphics/mypaint | |
parent | 4d2bbb7963d0d9077b4bf114bee392b19f0e51c3 (diff) |
Notes
Diffstat (limited to 'graphics/mypaint')
-rw-r--r-- | graphics/mypaint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/mypaint/Makefile b/graphics/mypaint/Makefile index 6d8ef9c83ad6..ea9bc3b41e21 100644 --- a/graphics/mypaint/Makefile +++ b/graphics/mypaint/Makefile @@ -3,7 +3,7 @@ PORTNAME= mypaint PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= https://github.com/mypaint/mypaint/releases/download/${PORTVERSION:S/^/v/}/ |