diff options
author | fernape <fernape@FreeBSD.org> | 2018-03-27 23:03:19 +0800 |
---|---|---|
committer | fernape <fernape@FreeBSD.org> | 2018-03-27 23:03:19 +0800 |
commit | e9f65ebb037896e7440ab55c379dcf4a7f11b744 (patch) | |
tree | 0d712ea6cef6a21961d3392ea2e87c3d57f83526 /graphics/yed | |
parent | a58be11e92ebecf21371c7dad7f8b62257a0e03c (diff) | |
download | freebsd-ports-gnome-e9f65ebb037896e7440ab55c379dcf4a7f11b744.tar.gz freebsd-ports-gnome-e9f65ebb037896e7440ab55c379dcf4a7f11b744.tar.zst freebsd-ports-gnome-e9f65ebb037896e7440ab55c379dcf4a7f11b744.zip |
Update graphics/yed to 3.17.2
PR: 226882
Submitted by: sergey.v.brunov@gmail.com
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14834
Diffstat (limited to 'graphics/yed')
-rw-r--r-- | graphics/yed/Makefile | 6 | ||||
-rw-r--r-- | graphics/yed/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/yed/Makefile b/graphics/yed/Makefile index cb622a9a6efa..b457e2251b19 100644 --- a/graphics/yed/Makefile +++ b/graphics/yed/Makefile @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= yed -PORTVERSION= 3.17 +DISTVERSION= 3.17.2 CATEGORIES= graphics java MASTER_SITES= # -DISTNAME= yEd-${PORTVERSION} +DISTNAME= yEd-${DISTVERSION} MAINTAINER= myc@barev.net COMMENT= Editor for graphs and diagrams @@ -24,7 +24,7 @@ NO_ARCH= yes RESTRICTED= Downloading requires acceptance of license agreement DESKTOP_ENTRIES="yEd" "${COMMENT}" "" "yed" "Graphics;" false -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} SUB_FILES= ${PORTNAME} diff --git a/graphics/yed/distinfo b/graphics/yed/distinfo index 1a9c4be34643..c4d5b952efe2 100644 --- a/graphics/yed/distinfo +++ b/graphics/yed/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1496563482 -SHA256 (yEd-3.17.zip) = ea0b1e95e1eaa9776dbac0b2b2f307d108f7a474b853796889c38344314365f2 -SIZE (yEd-3.17.zip) = 34762028 +TIMESTAMP = 1521832786 +SHA256 (yEd-3.17.2.zip) = e2e1130763ec10a22d7632ebb373bd808399cfa3bbaa89fb98f2752c47dbee72 +SIZE (yEd-3.17.2.zip) = 35251336 |